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: