Skip to content

Commit

Permalink
simpler environment
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 7, 2025
1 parent e2046cc commit 589de3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions actions/environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ runs:
echo "$HOME/.local/bin" >> $GITHUB_PATH
echo "${{ github.workspace }}/.venv/bin" >> $GITHUB_PATH
# Add uv and .venv to PATH
# export PATH="${{ github.workspace }}/.venv/bin:$HOME/.local/bin:$PATH"
# Verify uv installation
uv --version
uv --help > /dev/null
Expand All @@ -59,6 +62,8 @@ runs:
$uvPath = "C:\Users\runneradmin\.local\bin"
Add-Content $env:GITHUB_PATH $uvPath
export PATH="$HOME/.local/bin:$PATH"
uv --version
uv --help > $null
Expand Down

0 comments on commit 589de3a

Please sign in to comment.