Skip to content

Commit

Permalink
-Wait to finish extracting winpython
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidcarbon authored Jun 7, 2024
1 parent 89b0c8b commit 58fbf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 58fbf95

Please sign in to comment.