From a1de86d81e4701e0bc6ff36f607ab0dc83b44e95 Mon Sep 17 00:00:00 2001 From: Kishan B Date: Wed, 28 Aug 2024 23:04:25 +0530 Subject: [PATCH] Explicity use bash for uv installation --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6194616..7afe91a 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ runs: - name: Install uv shell: bash run: | - curl -LsSf https://astral.sh/uv/install.sh | sh + curl -LsSf https://astral.sh/uv/install.sh | bash - name: Find desired python version id: find-desired-python-version