update wheel directory

This commit is contained in:
nulano 2023-06-25 14:28:21 +01:00 committed by Nulano
parent 47574311a2
commit 1ee8efd66a

View File

@ -31,6 +31,6 @@ cd C:\pillow
& python -VV & python -VV
& python -m ensurepip & python -m ensurepip
& python -m pip install pytest pytest-timeout & 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 & python -m pytest -vx Tests\check_wheel.py Tests
if ((Test-Path -LiteralPath variable:\LASTEXITCODE)) { exit $LASTEXITCODE } if ((Test-Path -LiteralPath variable:\LASTEXITCODE)) { exit $LASTEXITCODE }