We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1fde1 commit 150589eCopy full SHA for 150589e
.github/workflows/test_plugin.yml
@@ -83,7 +83,7 @@ jobs:
83
84
- name: Docker run plugin tests
85
run: |
86
- docker exec qgis-testing-environment sh -c "export PYTHONPATH=/root/.local/share/QGIS/QGIS3/profiles/default/python/plugins:$PYTHONPATH && qgis_testrunner.sh $TESTS_RUN_FUNCTION"
+ docker exec qgis-testing-environment sh -c "qgis_testrunner.sh $TESTS_RUN_FUNCTION"
87
88
Check-code-quality:
89
runs-on: ubuntu-latest
0 commit comments