Skip to content

Commit 933e15f

Browse files
Copilotalexlib
andcommitted
Fix YAML indentation and remove duplicate build step
Co-authored-by: alexlib <747110+alexlib@users.noreply.github.com>
1 parent f9b160e commit 933e15f

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,10 @@ jobs:
2323
python-version: "3.11"
2424

2525
- 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
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
3330
3431
- name: Build wheels
3532
run: python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)