Skip to content

Commit 087e6f6

Browse files
committed
Update pytest command
1 parent 5a8cfc9 commit 087e6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Test with pytest
3434
run: |
3535
pytest
36-
coverage run --source=osmcha -m py.test
36+
coverage run --source=osmcha -m pytest -v
3737
- name: Upload coverage
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)