Skip to content

Commit cc769a7

Browse files
committed
.github/workflows/github-actions-ci.yml: Install libhdf5-dev debian package
This is required for the python 3.14 CI job as not all packages ship wheels.
1 parent 5863027 commit cc769a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install system packages
3232
run: |
3333
sudo apt-get update
34-
sudo apt-get install -y hdf5-tools curl
34+
sudo apt-get install -y hdf5-tools curl libhdf5-dev
3535
- name: Install pip dependencies
3636
run: |
3737
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)