Skip to content

Commit

Permalink
Merge branch 'main' into enums/gridid
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Sep 26, 2024
2 parents dbc6df7 + 6353926 commit 7317b1b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ jobs:
pandas-version: ''
xarray-version: ''
optional-packages: ' contextily geopandas ipython pyarrow rioxarray sphinx-gallery'
# The job below is for testing geopandas v0.x on Ubuntu.
# The python-version here can't be the versions in the matrix.python-version
# defined above. Otherwise, other jobs will be overridden by this one.
- os: 'ubuntu-latest'
python-version: '3.11' # Can't be 3.10 or 3.12.
numpy-version: '1.24'
pandas-version: ''
xarray-version: ''
optional-packages: ' geopandas<1'

timeout-minutes: 30
defaults:
Expand Down

0 comments on commit 7317b1b

Please sign in to comment.