match against reflex
This commit is contained in:
parent
0dab302816
commit
20c1b55be7
2
.github/workflows/integration_tests.yml
vendored
2
.github/workflows/integration_tests.yml
vendored
@ -145,7 +145,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Requirements for reflex-web
|
- name: Install Requirements for reflex-web
|
||||||
working-directory: ./reflex-web
|
working-directory: ./reflex-web
|
||||||
run: poetry run uv pip install -r requirements.txt
|
run: poetry run uv pip install $(grep -ivE "reflex " requirements.txt)
|
||||||
- name: Install additional dependencies for DB access
|
- name: Install additional dependencies for DB access
|
||||||
run: poetry run uv pip install psycopg2-binary
|
run: poetry run uv pip install psycopg2-binary
|
||||||
- name: Init Website for reflex-web
|
- name: Init Website for reflex-web
|
||||||
|
Loading…
Reference in New Issue
Block a user