Skip to content

Commit

Permalink
run tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
onerandomusername committed Sep 25, 2024
1 parent 2853cb4 commit cc43885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
# coverage report to github.
- name: Run tests and generate coverage report
id: run_tests
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

# This step will publish the coverage reports to coveralls.io and
# print a "job" link in the output of the GitHub Action
Expand All @@ -183,7 +183,7 @@ jobs:
COVERALLS_FLAG_NAME: coverage-${{ runner.os }}-python-${{ env.PYTHON_VERSION }}
COVERALLS_PARALLEL: true
COVERALLS_SERVICE_NAME: github
run: poetry run coveralls
run: python -m poetry run coveralls

coveralls-finish:
name: Indicate completion to coveralls.io
Expand Down

0 comments on commit cc43885

Please sign in to comment.