From 427677fe08869c4badcf0b7094148ce3b69d1b4b Mon Sep 17 00:00:00 2001 From: Lendemor Date: Tue, 26 Nov 2024 18:59:37 +0100 Subject: [PATCH] test with psycopg3 --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |