We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221ba6c commit f5d7f9dCopy full SHA for f5d7f9d
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Install dependencies
38
run: |
39
- pip install pytest pytest-cov mysql-connector-python Pympler
+ pip install pytest pytest-cov mysql-connector-python Pympler recordclass
40
41
- name: Set up MySQL client
42
run: sudo apt-get install mysql-client
0 commit comments