[CI] Install hdf5 lib

This commit is contained in:
Fabian Joswig 2025-09-30 12:03:30 +02:00
commit 6e59b15953

View file

@ -38,6 +38,8 @@ jobs:
- name: Install
run: |
sudo apt update
sudo apt install libhdf5-dev
uv pip install wheel --system
uv pip install . --system
uv pip install pytest pytest-cov pytest-benchmark hypothesis --system