File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168
168
# coverage report to github.
169
169
- name : Run tests and generate coverage report
170
170
id : run_tests
171
- run : poetry run pytest tests -n auto --dist loadfile --cov --disable-warnings -q
171
+ run : python -m poetry run pytest tests -n auto --dist loadfile --cov --disable-warnings -q
172
172
173
173
# This step will publish the coverage reports to coveralls.io and
174
174
# print a "job" link in the output of the GitHub Action
@@ -183,7 +183,7 @@ jobs:
183
183
COVERALLS_FLAG_NAME : coverage-${{ runner.os }}-python-${{ env.PYTHON_VERSION }}
184
184
COVERALLS_PARALLEL : true
185
185
COVERALLS_SERVICE_NAME : github
186
- run : poetry run coveralls
186
+ run : python -m poetry run coveralls
187
187
188
188
coveralls-finish :
189
189
name : Indicate completion to coveralls.io
You can’t perform that action at this time.
0 commit comments