We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be55106 commit 04da8f8Copy full SHA for 04da8f8
1 file changed
.github/workflows/run-test.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Create environment and install QGIS
64
run: |
65
conda create -n qgis_env --no-default-packages --yes
66
- conda install -n qgis_env qgis=${{ matrix.qgis-version }} pytest pytest-qt pytest-cov pip setuptools --yes
+ conda install -n qgis_env qgis=${{ matrix.qgis-version }} pytest pytest-qt pytest-cov pip setuptools qca --yes
67
conda run -n qgis_env pip install --no-cache-dir pytest-qgis
68
# mergin cilent dependencies
69
conda run -n qgis_env pip install python-dateutil pytz wheel
0 commit comments