We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b160e commit 933e15fCopy full SHA for 933e15f
1 file changed
.github/workflows/cibuildwheel.yml
@@ -23,13 +23,10 @@ jobs:
23
python-version: "3.11"
24
25
- name: Install cibuildwheel and build dependencies
26
- run: |
27
- python -m pip install --upgrade pip
28
- # Install these on the host so cibuildwheel can resolve the paths
29
- python -m pip install cibuildwheel scipy-openblas delvewheel
30
-
31
- - name: Build wheels
32
- run: python -m cibuildwheel --output-dir wheelhouse
+ run: |
+ python -m pip install --upgrade pip
+ # Install these on the host so cibuildwheel can resolve the paths
+ python -m pip install cibuildwheel scipy-openblas delvewheel
33
34
- name: Build wheels
35
run: python -m cibuildwheel --output-dir wheelhouse
0 commit comments