We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e9fd3 commit 5b179e2Copy full SHA for 5b179e2
.github/workflows/tests.yml
@@ -34,6 +34,7 @@ jobs:
34
python3 -m venv --system-site-packages .venv
35
.venv/bin/python -m pip install -U setuptools pip
36
.venv/bin/pip install -r requirements-dev.txt
37
+ .venv/bin/pip install .
38
39
- name: Run tests
40
env:
@@ -61,5 +62,6 @@ jobs:
61
62
$env:QGIS_PATH = (Get-ChildItem "C:\Program Files\QGIS *\bin" | Select-Object -First 1 -ExpandProperty FullName)
63
$env:PATH="$env:QGIS_PATH;$env:PATH"
64
$env:QGIS_PLUGIN_IN_CI=1
- python-qgis-ltr.bat -m pip install -qr requirements-dev.txt
65
+ python-qgis-ltr.bat -m pip install -qr requirements-test.txt
66
+ python-qgis-ltr.bat -m pip install .
67
python-qgis-ltr.bat -m pytest -v
0 commit comments