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:
168168 # coverage report to github.
169169 - name : Run tests and generate coverage report
170170 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
172172
173173 # This step will publish the coverage reports to coveralls.io and
174174 # print a "job" link in the output of the GitHub Action
@@ -183,7 +183,7 @@ jobs:
183183 COVERALLS_FLAG_NAME : coverage-${{ runner.os }}-python-${{ env.PYTHON_VERSION }}
184184 COVERALLS_PARALLEL : true
185185 COVERALLS_SERVICE_NAME : github
186- run : poetry run coveralls
186+ run : python -m poetry run coveralls
187187
188188 coveralls-finish :
189189 name : Indicate completion to coveralls.io
You can’t perform that action at this time.
0 commit comments