We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4df19 commit f25194cCopy full SHA for f25194c
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Install package
37
run: |
38
- if [[ ${{ matrix.python-version }} == 3.11 ]]; then sudo apt install -y libhdf5-dev; pip3 install --no-binary=h5py h5py ; fi
+ if [[ ${{ matrix.python-version }} == 3.11 ]]; then sudo apt-get install libhdf5-serial-dev liblzo2-dev -y; pip3 install --no-binary=h5py h5py ; fi
39
python -m pip install --upgrade pip
40
pip install .[dev]
41
0 commit comments