We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daeed23 commit 2df4d86Copy full SHA for 2df4d86
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
QGIS_IN_CI: 1
28
run: >
29
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
+ python3 -m pytest -v --cov src/pytest_qgis --cov-report=xml -m 'not with_pytest_qt' -p no:pytest-qt tests
31
32
# Upload coverage report. Will not work if the repo is private
33
- name: Upload coverage to Codecov
0 commit comments