Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
r-akemii committed Sep 20, 2024
1 parent 318a416 commit 0351e48
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions .github/workflows/WindowsRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,29 +27,22 @@ jobs:
$env:PATH=(Get-ChildItem -Path "C:\Program Files" -Directory QGIS*).FullName +"\bin;$env:PATH"
$env:QGIS_PLUGIN_IN_CI=1
Get-ChildItem -Path "C:\Program Files\QGIS*\bin\*.bat" -Name
- name: Install pytest on Latest
shell: pwsh
if: ${{ (matrix.version == 'qgis')}}
run: |
$env:PATH -split ";"
python3.exe -m pip install -r test/requirements-test.txt
- name: Set Location
shell: pwsh
run: Set-Location "$env:APPDATA\QGIS\QGIS3\profiles\default\python\plugins\qaequilibrae"
python-qgis.bat -m pip install -r test/requirements-test.txt
Set-Location "$env:APPDATA\QGIS\QGIS3\profiles\default\python\plugins\qaequilibrae"
python-qgis.bat download_extra_packages_class.py
# - name: Install plugin on LTR
# shell: pwsh
# if: ${{ (matrix.version != 'qgis')}}
# run: |
# python-qgis-ltr.bat download_extra_packages_class.py

- name: Install plugin on Latest
shell: pwsh
if: ${{ (matrix.version == 'qgis')}}
run: |
python3.exe download_extra_packages_class.py
# - name: Install plugin on Latest
# shell: pwsh
# if: ${{ (matrix.version == 'qgis')}}
# run: |
# python3.exe download_extra_packages_class.py

- name: Run tests
shell: pwsh
Expand Down

0 comments on commit 0351e48

Please sign in to comment.