From dddcaccd2bb3cd44c3490b0453dc2504c20b33a2 Mon Sep 17 00:00:00 2001 From: Raunak Bhagat Date: Mon, 11 Nov 2024 14:00:17 -0800 Subject: [PATCH] Edit --- .github/actions/install/action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/install/action.yaml b/.github/actions/install/action.yaml index 652aa58c44..fcd374cf2a 100644 --- a/.github/actions/install/action.yaml +++ b/.github/actions/install/action.yaml @@ -1,5 +1,5 @@ name: Install uv, rust, and python -description: '...' +description: "..." runs: using: composite steps: @@ -14,7 +14,6 @@ runs: shell: bash run: | curl -LsSf https://astral.sh/uv/install.sh | sh - source $HOME/.local/bin/env echo "$HOME/.local/bin" >> $GITHUB_PATH - name: Install python (version 3.9)