Skip to content

Commit

Permalink
require hdf5 headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kif authored Sep 11, 2024
1 parent 5823f09 commit ee04f29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
pip install build twine pillow
- name: Install Ubuntu dependencies
run: |
# NOTE: not the same OpenBLAS version as in upstream CI (I'm being lazy here)
sudo apt-get update
sudo apt-get install -y libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev ccache
sudo apt-get install -y libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libhdf5-dev ccache
- name: Build sdist
run: python -m build --sdist
- name: Check the package
Expand Down

0 comments on commit ee04f29

Please sign in to comment.