Skip to content

Commit

Permalink
Fix qgis path in test action
Browse files Browse the repository at this point in the history
  • Loading branch information
LKajan committed Nov 17, 2023
1 parent 42eba4c commit 8d1c9d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
- name: Run tests
shell: pwsh
run: |
$env:PATH="C:\Program Files\QGIS 3.16\bin;$env:PATH"
$env:PATH="C:\Program Files\QGIS 3.28\bin;$env:PATH"
$env:QGIS_PLUGIN_IN_CI=1
python-qgis.bat -m pip install -qr requirements-dev.txt
python-qgis.bat -m pytest -v
python-qgis-ltr.bat -m pip install -qr requirements-dev.txt
python-qgis-ltr.bat -m pytest -v
pre-release:
name: "Pre Release"
Expand Down

0 comments on commit 8d1c9d8

Please sign in to comment.