mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-09 14:54:46 +03:00
update wheel directory
This commit is contained in:
parent
47574311a2
commit
1ee8efd66a
|
@ -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 }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user