We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246a50f commit a6e49f0Copy full SHA for a6e49f0
winbuild/test_docker.ps1
@@ -31,6 +31,6 @@ cd C:\pillow
31
& python -VV
32
& python -m ensurepip
33
& python -m pip install pytest pytest-timeout
34
-& python -m pip install "dist\$(Get-ChildItem dist\*.whl -Name)"
+& python -m pip install "$(Get-ChildItem *.whl -Name)"
35
& python -m pytest -vx Tests\check_wheel.py Tests
36
if ((Test-Path -LiteralPath variable:\LASTEXITCODE)) { exit $LASTEXITCODE }
0 commit comments