From 1ee8efd66a150443f453a3277168587256597d14 Mon Sep 17 00:00:00 2001 From: nulano Date: Sun, 25 Jun 2023 14:28:21 +0100 Subject: [PATCH] update wheel directory --- winbuild/test_docker.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winbuild/test_docker.ps1 b/winbuild/test_docker.ps1 index 922295553..d161a5113 100644 --- a/winbuild/test_docker.ps1 +++ b/winbuild/test_docker.ps1 @@ -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 }