Skip to content

Commit 94fb595

Browse files
run tests on windows
1 parent 2853cb4 commit 94fb595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_test.yml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)