Skip to content

Commit 2df4d86

Browse files
JoonalaiLKajan
authored andcommitted
Invoke pytest using python
1 parent daeed23 commit 2df4d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
QGIS_IN_CI: 1
2828
run: >
2929
xvfb-run -s '+extension GLX -screen 0 1024x768x24'
30-
pytest -v --cov src/pytest_qgis --cov-report=xml -m 'not with_pytest_qt' -p no:pytest-qt tests
30+
python3 -m pytest -v --cov src/pytest_qgis --cov-report=xml -m 'not with_pytest_qt' -p no:pytest-qt tests
3131
3232
# Upload coverage report. Will not work if the repo is private
3333
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)