Skip to content

Commit b5c23f0

Browse files
authored
Update python-app.yml
fix pytest call to use python -m
1 parent 2b7455c commit b5c23f0

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
@@ -33,4 +33,4 @@ jobs:
3333
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3434
- name: Test with pytest
3535
run: |
36-
pytest
36+
python -m pytest

0 commit comments

Comments
 (0)