Skip to content

Commit f49bb88

Browse files
committed
install libhdf5-dev
1 parent d3c302e commit f49bb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install package
3737
run: |
38-
if [[ ${{ matrix.python-version }} == 3.11 ]]; then pip3 install --no-binary=h5py h5py ; fi
38+
if [[ ${{ matrix.python-version }} == 3.11 ]]; then apt install -y libhdf5-dev; pip3 install --no-binary=h5py h5py ; fi
3939
python -m pip install --upgrade pip
4040
pip install .[dev]
4141

0 commit comments

Comments
 (0)