Skip to content

Commit 61fe01c

Browse files
Fix uv python installation
1 parent 08d0bb2 commit 61fe01c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ runs:
2525
shell: bash
2626
run: |
2727
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
28+
# source $HOME/.cargo/env
29+
# uv self update
3030

3131
- name: Find desired python version
3232
id: find-desired-python-version

0 commit comments

Comments
 (0)