Skip to content

Commit

Permalink
Update WindowsRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r-akemii committed Sep 20, 2024
1 parent 57f88b1 commit 7321100
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/WindowsRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
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
python-qgis.bat -m pip list
Set-Location "D:/a/qaequilibrae/qaequilibrae"
python-qgis.bat -m pip list
python-qgis.bat -m pytest test -v
ls -Name
$env:PYTHONPATH="$env:APPDATA\QGIS\QGIS3\profiles\default\python\plugins\qaequilibrae\packages;$env:PYTHONPATH"
pytest D:/a/qaequilibrae/qaequilibrae/test -v
# - name: Setup plugin on LTR
# shell: pwsh
Expand Down

0 comments on commit 7321100

Please sign in to comment.