Skip to content

Commit

Permalink
fix the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
botenvouwer committed Jul 17, 2024
1 parent 2144345 commit e53269d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04, ubuntu-22.04] #, ubuntu-20.04] # no ubuntugis @ ubuntu-24.04
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'] #, '3.4']
exclude:
Expand Down

0 comments on commit e53269d

Please sign in to comment.