From 20ec1aa0a0db42f02a1820f34aacde71f5942f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Thu, 7 Mar 2024 09:48:07 +0100 Subject: [PATCH] TST: use h5PY nighlties in bleeding-edge CI --- .github/workflows/bleeding-edge.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bleeding-edge.yaml b/.github/workflows/bleeding-edge.yaml index a4e7911..85f8772 100644 --- a/.github/workflows/bleeding-edge.yaml +++ b/.github/workflows/bleeding-edge.yaml @@ -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: @@ -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