Skip to content

Commit

Permalink
e skip python 3.10 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Raml committed Aug 9, 2023
1 parent 71ed5db commit 844fb38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9']
ymlfile: ['environment.yml']
name: Py${{ matrix.python-version }} @ ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: ["windows-latest"]
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9']
ymlfile: ['environment_win.yml']
name: Py${{ matrix.python-version }} @ ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion environment_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- defaults
- conda-forge
dependencies:
- gdal=3.1.3
- gdal=3.0.2
- numpy
- scipy
- cartopy
Expand Down

0 comments on commit 844fb38

Please sign in to comment.