Skip to content

Commit

Permalink
Include Hdf5 library in action
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Oct 23, 2024
1 parent 26d9a4e commit e03b460
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
python-version: 3.9
cache: 'pip'

- name: Set up HDF5
run: |
sudo apt-get update
sudo apt-get install libhdf5-dev
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip setuptools
Expand Down

0 comments on commit e03b460

Please sign in to comment.