Skip to content

Commit a2edf10

Browse files
committed
ci: use pymysql when running db migration
1 parent e6e6426 commit a2edf10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/install-lint-test-on-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
python -m alembic upgrade head
7070
env:
71-
DATABASE_URL: mysql://root@127.0.0.1/test
71+
DATABASE_URL: mysql+pymysql://root:@127.0.0.1/test
7272

7373
- name: Lint Code
7474
run: make lint

0 commit comments

Comments
 (0)