Skip to content

Commit

Permalink
ci: use pymysql when running db migration
Browse files Browse the repository at this point in the history
  • Loading branch information
phanhongan committed Oct 26, 2024
1 parent e6e6426 commit a2edf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-lint-test-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
python -m alembic upgrade head
env:
DATABASE_URL: mysql://[email protected]/test
DATABASE_URL: mysql+pymysql://root:@127.0.0.1/test

- name: Lint Code
run: make lint
Expand Down

0 comments on commit a2edf10

Please sign in to comment.