Skip to content

Commit

Permalink
turn back on the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
botenvouwer committed Jul 15, 2024
1 parent 9102dfe commit 529f4c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04] #, ubuntu-22.04, ubuntu-20.04] # no ubuntugis @ ubuntu-24.04
python-version: ['3.11'] #, '3.10', '3.9', '3.8', '3.7'] # , '3.6'] <- 3.6 needs setup.cfg
gdal-version: ['3.8'] #, '3.6.2', '3.4']
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04] # no ubuntugis @ ubuntu-24.04
python-version: ['3.11', '3.10', '3.9', '3.8', '3.7'] # , '3.6'] <- 3.6 needs setup.cfg
gdal-version: ['3.8', '3.6.2', '3.4']
exclude:
- os: ubuntu-24.04
python-version: '3.8'
Expand Down

0 comments on commit 529f4c5

Please sign in to comment.