Skip to content

Commit ff9daae

Browse files
seismanweiji14
andauthored
CI: Install pandas 2.1 + pyarrow in the Python 3.11 job (#3605)
Co-authored-by: Wei Ji <[email protected]>
1 parent 189f376 commit ff9daae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
- os: 'ubuntu-latest'
8686
python-version: '3.11' # Can't be 3.10 or 3.12.
8787
numpy-version: '1.24'
88-
pandas-version: ''
88+
pandas-version: '=2.1'
8989
xarray-version: ''
90-
optional-packages: ' geopandas<1'
90+
optional-packages: ' geopandas<1 pyarrow'
9191

9292
timeout-minutes: 30
9393
defaults:

0 commit comments

Comments
 (0)