Skip to content

Commit e63f2f4

Browse files
author
BrunoSilvaAndrade
committed
fix(pipeline): Fixing argument to converage pipeline
1 parent 0d4e058 commit e63f2f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/report-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
pip install pytest coverage coveralls
25-
pip install -f requirements.txt
25+
pip install -r requirements.txt
2626
- name: Report coverage
2727
env:
2828
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 commit comments

Comments
 (0)