Skip to content

Commit 60e82e5

Browse files
committed
Separate cibuildwheel install
1 parent e84b0a4 commit 60e82e5

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,11 @@ jobs:
119119
with:
120120
python-version: "3.x"
121121

122-
- name: Build wheels
122+
- name: Install cibuildwheel
123123
run: |
124124
python3 -m pip install -r .ci/requirements-cibw.txt
125+
126+
- name: Build wheels
125127
python3 -m cibuildwheel --output-dir wheelhouse
126128
env:
127129
CIBW_ARCHS: ${{ matrix.cibw_arch }}
@@ -163,6 +165,10 @@ jobs:
163165
with:
164166
python-version: "3.x"
165167

168+
- name: Install cibuildwheel
169+
run: |
170+
& python.exe -m pip install -r .ci/requirements-cibw.txt
171+
166172
- name: Prepare for build
167173
run: |
168174
choco install nasm --no-progress
@@ -171,8 +177,6 @@ jobs:
171177
# Install extra test images
172178
xcopy /S /Y Tests\test-images\* Tests\images
173179
174-
& python.exe -m pip install -r .ci/requirements-cibw.txt
175-
176180
& python.exe winbuild\build_prepare.py -v --no-imagequant --architecture=${{ matrix.arch }}
177181
shell: pwsh
178182

0 commit comments

Comments
 (0)