From 9ea2bfa9144d14a7fab2f2b012eed8cf44ba3d8e Mon Sep 17 00:00:00 2001 From: Kishan B Date: Tue, 27 Aug 2024 17:29:42 +0530 Subject: [PATCH] Fix uv python installation --- action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 26dbfee..6194616 100644 --- a/action.yml +++ b/action.yml @@ -24,9 +24,7 @@ runs: - name: Install uv shell: bash run: | - curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.3.3/uv-installer.sh | sh - source $HOME/.cargo/env - sudo uv self update + curl -LsSf https://astral.sh/uv/install.sh | sh - name: Find desired python version id: find-desired-python-version