We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bff83cf + 536aee5 commit d2122abCopy full SHA for d2122ab
.github/workflows/wheels-test.ps1
@@ -11,6 +11,9 @@ if ("$venv" -like "*\cibw-run-*\pp*-win_amd64\*") {
11
$env:path += ";$pillow\winbuild\build\bin\"
12
& "$venv\Scripts\activate.ps1"
13
& reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\python.exe" /v "GlobalFlag" /t REG_SZ /d "0x02000000" /f
14
+if ("$venv" -like "*\cibw-run-*-win_amd64\*") {
15
+ & python -m pip install numpy
16
+}
17
cd $pillow
18
& python -VV
19
if (!$?) { exit $LASTEXITCODE }
0 commit comments