Skip to content

Commit c8b9f21

Browse files
Carole SudreCarole Sudre
authored andcommitted
Update pytest
1 parent 907aa49 commit c8b9f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# Run the unit tests using the coverage program and create the XML output file
5252
- name: Test with pytest
5353
run: |
54-
pytest --cov --cov-config=.coveragerc --cov-report=xml -vv
54+
python -m pytest --cov --cov-config=.coveragerc --cov-report=xml -vv
5555
5656
# Using Codecov's action, upload the coverage report for the triggering commit/PR
5757
- name: Upload coverage

0 commit comments

Comments
 (0)