diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 7f9de1802..89c0e04ce 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -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: |