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 46d057b commit e693750Copy full SHA for e693750
action.yml
@@ -25,7 +25,7 @@ runs:
25
shell: bash
26
run: |
27
echo "Installing uv.. HOME=${HOME}"
28
- curl -LsSf https://astral.sh/uv/install.sh | bash --login
+ curl -LsSf https://astral.sh/uv/0.4.30/install.sh | bash --login
29
30
- name: Find desired python version
31
id: find-desired-python-version
0 commit comments