Skip to content

Commit 066b118

Browse files
Merge pull request #18 from kishaningithub/fix-uv-python-setup
Fix uv python installation
2 parents 08d0bb2 + 9ea2bfa commit 066b118

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ runs:
2424
- name: Install uv
2525
shell: bash
2626
run: |
27-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.3.3/uv-installer.sh | sh
28-
source $HOME/.cargo/env
29-
sudo uv self update
27+
curl -LsSf https://astral.sh/uv/install.sh | sh
3028
3129
- name: Find desired python version
3230
id: find-desired-python-version

0 commit comments

Comments
 (0)