Skip to content

Commit

Permalink
don't install bottleneck wheel for upstream CI (pydata#6193)
Browse files Browse the repository at this point in the history
* use py3.9 for upstream CI (bottleneck issue)

* don't install bottleneck upstream wheel [test-upstream]
  • Loading branch information
mathause authored Jan 26, 2022
1 parent c541237 commit 23faa50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/install-upstream-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ conda uninstall -y --force \
cftime \
rasterio \
pint \
bottleneck \
sparse \
h5netcdf \
xarray
# bottleneck \ # re-enable again, see https://github.com/pydata/bottleneck/pull/378
# to limit the runtime of Upstream CI
python -m pip install pytest-timeout
python -m pip install \
Expand All @@ -41,8 +41,8 @@ python -m pip install \
git+https://github.com/Unidata/cftime \
git+https://github.com/mapbox/rasterio \
git+https://github.com/hgrecco/pint \
git+https://github.com/pydata/bottleneck \
git+https://github.com/pydata/sparse \
git+https://github.com/intake/filesystem_spec \
git+https://github.com/SciTools/nc-time-axis \
git+https://github.com/h5netcdf/h5netcdf
# git+https://github.com/pydata/bottleneck \ # re-enable again, see https://github.com/pydata/bottleneck/pull/378

0 comments on commit 23faa50

Please sign in to comment.