Skip to content

Commit 5dc6cce

Browse files
authored
Install libhdf5-dev in build workflow
1 parent 32246be commit 5dc6cce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
# libxml2-dev libxslt-dev
1717
# libhdf5-dev
1818
# libopenblas-dev
19+
- run: sudo apt-get update && sudo apt-get install -y libhdf5-dev
1920
- uses: actions/checkout@v5
2021
- uses: astral-sh/setup-uv@v7
2122
with:

0 commit comments

Comments
 (0)