Skip to content

Commit 0800f87

Browse files
committed
fix oops
1 parent f06e641 commit 0800f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
python-version: ${{ matrix.python }}
126126
- name: Install sdist into venv
127127
run: |
128-
sudo apt intall --fix-missing libgsl0-dev
128+
sudo apt install -y --fix-missing libgsl0-dev
129129
python -m venv sdist_venv
130130
source sdist_venv/bin/activate
131131
python -m pip install --upgrade pip setuptools

0 commit comments

Comments
 (0)