diff --git a/actions/environment/action.yml b/actions/environment/action.yml index 29c6c76e..d7bf73a2 100644 --- a/actions/environment/action.yml +++ b/actions/environment/action.yml @@ -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"