Skip to content

Commit a6e49f0

Browse files
committed
update wheel directory
1 parent 246a50f commit a6e49f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winbuild/test_docker.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ cd C:\pillow
3131
& python -VV
3232
& python -m ensurepip
3333
& python -m pip install pytest pytest-timeout
34-
& python -m pip install "dist\$(Get-ChildItem dist\*.whl -Name)"
34+
& python -m pip install "$(Get-ChildItem *.whl -Name)"
3535
& python -m pytest -vx Tests\check_wheel.py Tests
3636
if ((Test-Path -LiteralPath variable:\LASTEXITCODE)) { exit $LASTEXITCODE }

0 commit comments

Comments
 (0)