Skip to content

Commit d2122ab

Browse files
authored
Merge pull request #8696 from radarhere/numpy
Test Windows amd64 wheels with NumPy
2 parents bff83cf + 536aee5 commit d2122ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wheels-test.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ if ("$venv" -like "*\cibw-run-*\pp*-win_amd64\*") {
1111
$env:path += ";$pillow\winbuild\build\bin\"
1212
& "$venv\Scripts\activate.ps1"
1313
& 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+
}
1417
cd $pillow
1518
& python -VV
1619
if (!$?) { exit $LASTEXITCODE }

0 commit comments

Comments
 (0)