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 f49bb88 commit ad4df19Copy full SHA for ad4df19
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Install package
37
run: |
38
- if [[ ${{ matrix.python-version }} == 3.11 ]]; then apt install -y libhdf5-dev; pip3 install --no-binary=h5py h5py ; fi
+ if [[ ${{ matrix.python-version }} == 3.11 ]]; then sudo apt install -y libhdf5-dev; pip3 install --no-binary=h5py h5py ; fi
39
python -m pip install --upgrade pip
40
pip install .[dev]
41
0 commit comments