Skip to content

Commit

Permalink
update wheel directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Jun 25, 2023
1 parent 246a50f commit a6e49f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winbuild/test_docker.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ cd C:\pillow
& python -VV
& python -m ensurepip
& python -m pip install pytest pytest-timeout
& python -m pip install "dist\$(Get-ChildItem dist\*.whl -Name)"
& python -m pip install "$(Get-ChildItem *.whl -Name)"
& python -m pytest -vx Tests\check_wheel.py Tests
if ((Test-Path -LiteralPath variable:\LASTEXITCODE)) { exit $LASTEXITCODE }

0 comments on commit a6e49f0

Please sign in to comment.