Skip to content

Commit 6353926

Browse files
seismanyvonnefroehlichweiji14
authored
CI: Add a separate CI job on Ubuntu to test geopandas v0.x (#3420)
Co-authored-by: Yvonne Fröhlich <94163266+yvonnefroehlich@users.noreply.github.com> Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
1 parent 9045f46 commit 6353926

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@ jobs:
7979
pandas-version: ''
8080
xarray-version: ''
8181
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'
8291

8392
timeout-minutes: 30
8493
defaults:

0 commit comments

Comments
 (0)