Skip to content

Commit 8605895

Browse files
authored
CI: Temporarily pin to numpy<2 in the "GMT Dev Tests" workflow (#3208)
1 parent b2eda1e commit 8605895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: |
121121
python -m pip install --pre --prefer-binary \
122122
--extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
123-
numpy pandas xarray netCDF4 packaging \
123+
'numpy<2' pandas xarray netCDF4 packaging \
124124
build contextily dvc geopandas ipython pyarrow rioxarray \
125125
'pytest>=6.0' pytest-cov pytest-doctestplus pytest-mpl \
126126
sphinx-gallery

0 commit comments

Comments
 (0)