File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,17 +9,16 @@ if ("$venv" -like "*\cibw-run-*\pp*-win_amd64\*") {
99 C:\vc_redist.x64.exe / install / quiet / norestart | Out-Null
1010}
1111$env: path += " ;$pillow \winbuild\build\bin\"
12- & " $venv \Scripts\activate.ps1"
1312& reg add " HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\python.exe" / v " GlobalFlag" / t REG_SZ / d " 0x02000000" / f
1413if (" $venv " -like " *\cibw-run-*-win_amd64\*" ) {
15- & python - m pip install numpy
14+ & $venv \Scripts\ python.exe - m pip install numpy
1615}
1716cd $pillow
18- & python - VV
17+ & $venv \Scripts\ python.exe - VV
1918if (! $? ) { exit $LASTEXITCODE }
20- & python selftest.py
19+ & $venv \Scripts\ python.exe selftest.py
2120if (! $? ) { exit $LASTEXITCODE }
22- & python - m pytest - vx Tests\check_wheel.py
21+ & $venv \Scripts\ python.exe - m pytest - vx Tests\check_wheel.py
2322if (! $? ) { exit $LASTEXITCODE }
24- & python - m pytest - vx Tests
23+ & $venv \Scripts\ python.exe - m pytest - vx Tests
2524if (! $? ) { exit $LASTEXITCODE }
You can’t perform that action at this time.
0 commit comments