We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88fcec6 commit 08d0bb2Copy full SHA for 08d0bb2
action.yml
@@ -26,7 +26,7 @@ runs:
26
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
- uv self update
+ sudo uv self update
30
31
- name: Find desired python version
32
id: find-desired-python-version
0 commit comments