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 2853cb4 commit 94fb595Copy full SHA for 94fb595
.github/workflows/lint_test.yml
@@ -168,7 +168,7 @@ jobs:
168
# coverage report to github.
169
- name: Run tests and generate coverage report
170
id: run_tests
171
- run: poetry run pytest tests -n auto --dist loadfile --cov --disable-warnings -q
+ run: python -m poetry run pytest tests -n auto --dist loadfile --cov --disable-warnings -q
172
173
# This step will publish the coverage reports to coveralls.io and
174
# print a "job" link in the output of the GitHub Action
0 commit comments