Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Create environment and install QGIS
run: |
conda create -n qgis_env --no-default-packages --yes
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
conda run -n qgis_env pip install --no-cache-dir pytest-qgis
# mergin cilent dependencies
conda run -n qgis_env pip install python-dateutil pytz wheel
Expand Down
Loading