We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a8e1e commit 04ddae8Copy full SHA for 04ddae8
.github/workflows/check_outdated_dependencies.yml
@@ -55,7 +55,7 @@ jobs:
55
path: reflex-web
56
- name: Install Requirements for reflex-web
57
working-directory: ./reflex-web
58
- run: poetry run uv pip install -r requirements.txt
+ run: poetry run uv pip install $(grep -ivE "reflex " requirements.txt)
59
- name: Install additional dependencies for DB access
60
run: poetry run uv pip install psycopg
61
- name: Init Website for reflex-web
0 commit comments