Skip to content

Commit

Permalink
verify winpython
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidcarbon authored Jun 7, 2024
1 parent 698cc9e commit 89b0c8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
- name: Verify installation
run: |
$folder = Get-ChildItem -Name -Directory WPy64* | Select-Object -First 1
& (Join-Path $folder "scripts\python.bat") -VV
$winPythonPath = Join-Path $folder "scripts\python.bat"
ls $winPythonPath
& winPythonPath -VV

0 comments on commit 89b0c8b

Please sign in to comment.