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 246d635 commit 283cd6eCopy full SHA for 283cd6e
.github/workflows/run-tests.yml
@@ -44,6 +44,7 @@ jobs:
44
- name: Install dependencies
45
run: |
46
python setup.py install
47
+ pip install -r requirements-test.txt
48
pip install pytest coveralls
49
- name: Create coverage
50
0 commit comments