From 58fbf95d97c6e9b44d60a11fc747c8f82873b3f9 Mon Sep 17 00:00:00 2001 From: Alexander Kislukhin <47034358+liquidcarbon@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:14:24 -0600 Subject: [PATCH] -Wait to finish extracting winpython --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 85beb60..726f610 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -19,7 +19,7 @@ jobs: run: Invoke-WebRequest -Uri "https://github.com/winpython/winpython/releases/download/7.5.20240410final/Winpython64-3.12.3.0.exe" -OutFile "Winpython64-3.12.3.0.exe" - name: Install WinPython - run: .\Winpython64-3.12.3.0.exe -y -gm2 + run: Start-Process -FilePath .\Winpython64-3.12.3.0.exe -ArgumentList "-y -gm2" -Wait - name: Verify installation run: |