Skip to content

Commit

Permalink
inflate winpython properly
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidcarbon authored Jun 7, 2024
1 parent 7210043 commit 698cc9e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ 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 "/passive"
run: .\Winpython64-3.12.3.0.exe -y -gm2

- name: Verify installation
run: |
$env:Path += ";C:\WinPython-64bit\python-3.12.3\Scripts"
python --version
$folder = Get-ChildItem -Name -Directory WPy64* | Select-Object -First 1
& (Join-Path $folder "scripts\python.bat") -VV

0 comments on commit 698cc9e

Please sign in to comment.