We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20d14c6 + e63f2f4 commit 1a64227Copy full SHA for 1a64227
1 file changed
.github/workflows/report-coverage.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
python -m pip install --upgrade pip
24
pip install pytest coverage coveralls
25
- pip install -f requirements.txt
+ pip install -r requirements.txt
26
- name: Report coverage
27
env:
28
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
0 commit comments