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 f2796cc commit e49d822Copy full SHA for e49d822
.github/workflows/test.yml
@@ -32,6 +32,7 @@ jobs:
32
pip3 install -r requirements.txt
33
pip3 install .
34
pip3 install coverage
35
+ pip3 install --upgrade setuptools
36
- name: Run Tests
37
run: |
38
coverage run setup.py test
0 commit comments