Skip to content

Commit 04ddae8

Browse files
committed
reflex-web keep reflex from current revision, rather than main
1 parent 89a8e1e commit 04ddae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_outdated_dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
path: reflex-web
5656
- name: Install Requirements for reflex-web
5757
working-directory: ./reflex-web
58-
run: poetry run uv pip install -r requirements.txt
58+
run: poetry run uv pip install $(grep -ivE "reflex " requirements.txt)
5959
- name: Install additional dependencies for DB access
6060
run: poetry run uv pip install psycopg
6161
- name: Init Website for reflex-web

0 commit comments

Comments
 (0)