Skip to content

Commit e6e6426

Browse files
committed
ci: install MySQL driver
1 parent d042cf5 commit e6e6426

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
sleep 5
5656
done
5757
58+
- name: Install MySQL Driver
59+
run: pip install pymysql
60+
5861
- name: Install Alembic
5962
run: pip install alembic
6063

0 commit comments

Comments
 (0)