Skip to content

Commit

Permalink
try winpython /passive
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidcarbon committed Jun 7, 2024
1 parent 25b87de commit 7210043
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: Start-Process -FilePath "Winpython64-3.12.3.0.exe" -ArgumentList "/S" -Wait
run: Start-Process -FilePath "Winpython64-3.12.3.0.exe" -ArgumentList "/passive"

- name: Verify installation
run: |
Expand Down

0 comments on commit 7210043

Please sign in to comment.