Skip to content

Commit ed6b90a

Browse files
committed
fix: changed ci to use async postgres driver
1 parent f5b5c45 commit ed6b90a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
run: |
5656
poetry run alembic upgrade head
5757
env:
58-
DATABASE_URL: postgresql://payam:payam@localhost:5432/foo
58+
DATABASE_URL: postgresql+asyncpg://payam:payam@localhost:5432/foo
5959
- name: Run the automated tests
6060
env:
61-
DATABASE_URL: postgresql://payam:payam@localhost:5432/foo
61+
DATABASE_URL: postgresql+asyncpg://payam:payam@localhost:5432/foo
6262
run: |
6363
poetry run pytest

0 commit comments

Comments
 (0)