Skip to content

Commit

Permalink
TST: use h5py nighlties in bleeding-edge CI
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Mar 14, 2024
1 parent 7f8cdb3 commit 53e9ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bleeding-edge.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI (bleeding edge)
# goals: check stability against
# - dev version of numpy, matplotlib, scipy and astropy
# - dev version of numpy, matplotlib, scipy, h5py and astropy
# - building with future pip default options

on:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools wheel
python -m pip install --pre --only-binary ":all:" \
numpy matplotlib scipy \
numpy matplotlib scipy h5py \
--extra-index-url \
https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
Expand Down

0 comments on commit 53e9ef6

Please sign in to comment.