Skip to content

Commit

Permalink
test bottleneck master in upstream CI [test-upstream] (#6248)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathause authored Feb 7, 2022
1 parent 1d2ed22 commit 52a051a
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 @@ -13,10 +13,10 @@ conda uninstall -y --force \
rasterio \
packaging \
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 @@ -43,8 +43,8 @@ python -m pip install \
git+https://github.com/mapbox/rasterio \
git+https://github.com/pypa/packaging \
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 52a051a

Please sign in to comment.