From de45e9c96c98e07c736ff2354beebd0af8ca5d96 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Tue, 21 May 2024 08:22:52 -0600 Subject: [PATCH] fix database url --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a90cf24..1819f16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Run pytest run: poetry run pytest --cov=teufa tests/ env: - DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres + DATABASE_URL: postgresql+psycopg://postgres:postgres@localhost:5432/postgres - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 with: