We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9045f46 commit 6353926Copy full SHA for 6353926
.github/workflows/ci_tests.yaml
@@ -79,6 +79,15 @@ jobs:
79
pandas-version: ''
80
xarray-version: ''
81
optional-packages: ' contextily geopandas ipython pyarrow rioxarray sphinx-gallery'
82
+ # The job below is for testing geopandas v0.x on Ubuntu.
83
+ # The python-version here can't be the versions in the matrix.python-version
84
+ # defined above. Otherwise, other jobs will be overridden by this one.
85
+ - os: 'ubuntu-latest'
86
+ python-version: '3.11' # Can't be 3.10 or 3.12.
87
+ numpy-version: '1.24'
88
+ pandas-version: ''
89
+ xarray-version: ''
90
+ optional-packages: ' geopandas<1'
91
92
timeout-minutes: 30
93
defaults:
0 commit comments