You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: replace broken choco pyenv-win install with official PowerShell installer (Fixes#446) (#447)
The \choco install pyenv-win -y\ command in CI is broken, causing all
Windows coverage jobs to fail with \pyenv: command not found\.
**Changes:**
- Replace Chocolatey install with official pyenv-win PowerShell
installer script
- Use \GITHUB_PATH\ instead of \GITHUB_ENV\ PATH manipulation for proper
cross-step PATH persistence
- Switch shell from \�ash\ to \pwsh\ for native PowerShell compatibility
- Consistent step naming (\Install pyenv (Windows)\) across all
workflows
Fixes#446
0 commit comments