Skip to content

Commit

Permalink
fix invocation again
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 22, 2022
1 parent 6d498a3 commit c05df5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
cd examples/simple && pip install -e .
- name: Run the tests for the examples
run: |
pytest examples/simple
python -m pytest examples/simple
- name: Coverage
if: ${{ matrix.python-version != 'pypy-3.7' }}
run: |
Expand Down

0 comments on commit c05df5e

Please sign in to comment.