add psycopg

This commit is contained in:
2024-05-19 17:14:02 -06:00
parent e765a303a4
commit 97f582c0f4
3 changed files with 31 additions and 19 deletions

View File

@@ -53,7 +53,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: ${{ env.IMAGE_NAME }}:ci
options: -e DATABASE_URL=postgresql://postgres:postgres@postgres:5432/postgres
options: -e DATABASE_URL=postgresql+psycopg://postgres:postgres@postgres:5432/postgres
run: pytest
build:
name: Build and push image