Skip to content

Commit e693750

Browse files
authored
Lock UV version to previous working version
1 parent 46d057b commit e693750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
shell: bash
2626
run: |
2727
echo "Installing uv.. HOME=${HOME}"
28-
curl -LsSf https://astral.sh/uv/install.sh | bash --login
28+
curl -LsSf https://astral.sh/uv/0.4.30/install.sh | bash --login
2929
3030
- name: Find desired python version
3131
id: find-desired-python-version

0 commit comments

Comments
 (0)