diff --git a/.github/workflows/conda-tests.yml b/.github/workflows/conda-tests.yml index ff0a325..e5268e5 100644 --- a/.github/workflows/conda-tests.yml +++ b/.github/workflows/conda-tests.yml @@ -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: @@ -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