Skip to content

Commit

Permalink
Merge pull request #8696 from radarhere/numpy
Browse files Browse the repository at this point in the history
Test Windows amd64 wheels with NumPy
  • Loading branch information
radarhere authored Jan 16, 2025
2 parents bff83cf + 536aee5 commit d2122ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ if ("$venv" -like "*\cibw-run-*\pp*-win_amd64\*") {
$env:path += ";$pillow\winbuild\build\bin\"
& "$venv\Scripts\activate.ps1"
& reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\python.exe" /v "GlobalFlag" /t REG_SZ /d "0x02000000" /f
if ("$venv" -like "*\cibw-run-*-win_amd64\*") {
& python -m pip install numpy
}
cd $pillow
& python -VV
if (!$?) { exit $LASTEXITCODE }
Expand Down

0 comments on commit d2122ab

Please sign in to comment.