8000 fix(windows): verbose output on Windows by mxschmitt · Pull Request #339 · actions/python-versions · GitHub
[go: up one dir, main page]

Skip to content

fix(windows): verbose output on Windows #339

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions installers/win-setup-template.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ if ($LASTEXITCODE -ne 0) {
Throw "Error happened during Python installation"
}

# print out all files in $PythonArchPath
Write-Host "Files in $PythonArchPath"
$files = Get-ChildItem -Path $PythonArchPath -File -Recurse
Write-Output $files

if ($IsFreeThreaded) {
# Delete python.exe and create a symlink to free-threaded exe
Remove-Item -Path "$PythonArchPath\python.exe" -Force
Expand Down
0