mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-10-13 16:09:57 +02:00
[CI] Install hdf5 lib
This commit is contained in:
parent
0f64048542
commit
6e59b15953
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue