Skip to content

Commit

Permalink
fix pytest invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 2, 2022
1 parent 3432442 commit d7dbe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: List dependencies
run: pip list
- name: Run tests
run: pytest -v --cov=nbformat --cov-report term-missing:skip-covered --no-cov-on-fail
run: python -m pytest -v --cov=nbformat --cov-report term-missing:skip-covered --no-cov-on-fail
- name: Check manfest
run: check-manifest -v
- name: Coverage
Expand Down

0 comments on commit d7dbe50

Please sign in to comment.