Skip to content

Commit

Permalink
fix bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralgond committed Dec 5, 2024
1 parent 6b7fc53 commit 9c4d3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Install dependencies
run: |
pip install pytest pytest-cov mysql-connector-python
pip install pytest pytest-cov mysql-connector-python Pympler
- name: Set up MySQL client
run: sudo apt-get install mysql-client
Expand Down

0 comments on commit 9c4d3ca

Please sign in to comment.