We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b5c45 commit ed6b90aCopy full SHA for ed6b90a
.github/workflows/dev.yml
@@ -55,9 +55,9 @@ jobs:
55
run: |
56
poetry run alembic upgrade head
57
env:
58
- DATABASE_URL: postgresql://payam:payam@localhost:5432/foo
+ DATABASE_URL: postgresql+asyncpg://payam:payam@localhost:5432/foo
59
- name: Run the automated tests
60
61
62
63
poetry run pytest
0 commit comments