We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313d3d2 commit 225a098Copy full SHA for 225a098
1 file changed
.github/workflows/smoke-test.yml
@@ -19,6 +19,7 @@ jobs:
19
python --version
20
python -m pip install --upgrade pip
21
pip install -r requirements.txt
22
+ pip install mysqlclient
23
24
- name: Initialize database
25
id: initialize-database
0 commit comments