test with psycopg3

This commit is contained in:
Lendemor 2024-11-26 18:59:37 +01:00
parent 8d68b0d4e5
commit 427677fe08

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 psycopg2-binary
run: poetry run uv pip install psycopg3
- name: Check export --backend-only before init for counter example
working-directory: ./reflex-examples/counter
run: |