Skip to content

Commit

Permalink
Invoke pytest using python
Browse files Browse the repository at this point in the history
  • Loading branch information
Joonalai committed Apr 26, 2024
1 parent 2c745fb commit 369b7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
QGIS_IN_CI: 1
run: >
xvfb-run -s '+extension GLX -screen 0 1024x768x24'
pytest -v --cov src/pytest_qgis --cov-report=xml -m 'not with_pytest_qt' -p no:pytest-qt tests
python3 -m pytest -v --cov src/pytest_qgis --cov-report=xml -m 'not with_pytest_qt' -p no:pytest-qt tests
# Upload coverage report. Will not work if the repo is private
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 369b7dc

Please sign in to comment.