We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f2364 commit d58598fCopy full SHA for d58598f
.github/workflows/python-ci.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: Install testing dependencies and project
24
run: pip install -r dev-requirements.txt .
25
- name: Run pytest tests
26
- run: pytest
+ run: python -m pytest
0 commit comments