Skip to content

Commit

Permalink
Use nightly h5py in upstream CI build (#11108)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed May 8, 2024
1 parent 7ace31f commit aba2198
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions continuous_integration/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ if [[ ${UPSTREAM_DEV} ]]; then
git+https://github.com/dask/dask-expr \
git+https://github.com/dask/fastparquet \
git+https://github.com/zarr-developers/zarr-python
mamba uninstall --force numpy pandas scipy numexpr numba sparse scikit-image
mamba uninstall --force numpy pandas scipy numexpr numba sparse scikit-image h5py
python -m pip install --no-deps --pre --retries 10 \
-i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
numpy \
pandas \
scipy \
scikit-image
scikit-image \
h5py

# Used when automatically opening an issue when the `upstream` CI build fails
mamba install pytest-reportlog
Expand Down

0 comments on commit aba2198

Please sign in to comment.