Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 7, 2025
1 parent 76cc11f commit d83613a
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 @@ -40,7 +40,7 @@ runs:
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "$HOME/.local/bin" >> $GITHUB_PATH
echo "${{ github.workspace }}/.venv/bin" >> $GITHUB_PATH
# Add uv to PATH
# export PATH="${{ github.workspace }}/.venv/bin:$HOME/.local/bin:$PATH"
Expand Down

0 comments on commit d83613a

Please sign in to comment.