Skip to content

Commit 6007822

Browse files
run tests on windows
1 parent 2853cb4 commit 6007822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)