Skip to content

Commit 04da8f8

Browse files
committed
seems like qca is not install with qgis 3.44
1 parent be55106 commit 04da8f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Create environment and install QGIS
6464
run: |
6565
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
66+
conda install -n qgis_env qgis=${{ matrix.qgis-version }} pytest pytest-qt pytest-cov pip setuptools qca --yes
6767
conda run -n qgis_env pip install --no-cache-dir pytest-qgis
6868
# mergin cilent dependencies
6969
conda run -n qgis_env pip install python-dateutil pytz wheel

0 commit comments

Comments
 (0)