File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments