Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcb committed Dec 23, 2024
1 parent 9919f52 commit b9e9924
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/conda-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
defaults:
run:
shell: bash -el {0}
env:
QT_DEBUG_PLUGINS: 1
strategy:
fail-fast: false
matrix:
Expand All @@ -27,10 +25,12 @@ jobs:
auto-activate-base: false
- name: Install packages
run: |
conda install -y qgis wntr pytest pytest-cov geopandas
pip install pytest-qgis
conda install -y qgis wntr pytest geopandas
pip install pytest-qgis pytest-cov
- name: Conda info
run: conda info
- name: Python Path
run: python -c "import sys; print(sys.path)"
- name: Run tests (non-Ubuntu)
if: ${{ matrix.os !='ubuntu-latest' }}
run: pytest
Expand Down

0 comments on commit b9e9924

Please sign in to comment.