Skip to content

Commit 107c505

Browse files
committed
Pip install netcdf4 seems to require hdf5 now
1 parent 37d017a commit 107c505

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
22+
- name: Install hdf5
23+
run: |
24+
apt-get install libhdf5-openmpi-dev
2225
- name: Install requirements
2326
run: |
2427
pip3 install -e ./[test]

0 commit comments

Comments
 (0)