Skip to content

Commit

Permalink
try different qgis versions
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcb committed Dec 23, 2024
1 parent 22177dd commit 88dd1ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/conda-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
conda-tests:
name: Conda (${{ matrix.python-version }}, ${{ matrix.os }})
name: Conda ${{ matrix.python-version }}, OS ${{ matrix.os }} WNTR ${{matrix.wntr}} QGIS: ${{matrix.qgis}}
runs-on: ${{ matrix.os }}
defaults:
run:
Expand All @@ -15,6 +15,10 @@ jobs:
os: ["ubuntu-latest", "macos-13"]
python-version: ["3.9", "3.10","3.11", "3.12"]
wntr-version: ["","wntr=v1.2.0"] # no wntr, then versions
qgis: ["qgis","qgis-ltr","qgis=3.34"]
exclude:
- os: "ubuntu-latest"
wntr-version: ""
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
Expand Down

0 comments on commit 88dd1ea

Please sign in to comment.