Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 7, 2025
1 parent c13bd6c commit d6c1672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ runs:
# Modify PATH to only include the virtual environment's Scripts directory
$env:Path = "${{ github.workspace }}\.venv\Scripts;" + $env:Path
Add-Content $env:GITHUB_PATH ${{ github.workspace }}\.venv\Scripts
# Unset PYTHONHOME to avoid any system Python being used
Remove-Item -Path Env:PYTHONHOME -ErrorAction SilentlyContinue
Expand Down

0 comments on commit d6c1672

Please sign in to comment.