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 08d0bb2 commit 9ea2bfaCopy full SHA for 9ea2bfa
action.yml
@@ -24,9 +24,7 @@ runs:
24
- name: Install uv
25
shell: bash
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
- sudo uv self update
+ curl -LsSf https://astral.sh/uv/install.sh | sh
30
31
- name: Find desired python version
32
id: find-desired-python-version
0 commit comments