We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06e641 commit 0800f87Copy full SHA for 0800f87
.github/workflows/wheels.yml
@@ -125,7 +125,7 @@ jobs:
125
python-version: ${{ matrix.python }}
126
- name: Install sdist into venv
127
run: |
128
- sudo apt intall --fix-missing libgsl0-dev
+ sudo apt install -y --fix-missing libgsl0-dev
129
python -m venv sdist_venv
130
source sdist_venv/bin/activate
131
python -m pip install --upgrade pip setuptools
0 commit comments