Skip to content

Commit ad4df19

Browse files
committed
sudo
1 parent f49bb88 commit ad4df19

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 apt install -y libhdf5-dev; pip3 install --no-binary=h5py h5py ; fi
38+
if [[ ${{ matrix.python-version }} == 3.11 ]]; then sudo 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)