This commit is contained in:
Lendemor 2024-11-26 19:01:25 +01:00
parent 427677fe08
commit 2fdafbe7e4

View File

@ -73,7 +73,7 @@ jobs:
run: |
poetry run uv pip install -r requirements.txt
- name: Install additional dependencies for DB access
run: poetry run uv pip install psycopg3
run: poetry run uv pip install psycopg
- name: Check export --backend-only before init for counter example
working-directory: ./reflex-examples/counter
run: |