We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785e46d commit 5096423Copy full SHA for 5096423
1 file changed
.github/workflows/coverage.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install Dependency
21
run: |
22
python -m pip install -r dev-requirements.txt
23
- python -m pip install coveralls
+ python -m pip install pytest coveralls
24
25
- name: Run Coverage
26
0 commit comments