Skip to content

Commit bf547ba

Browse files
Use unmanaged installation
1 parent 46d057b commit bf547ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ runs:
2424
- name: Install uv
2525
shell: bash
2626
run: |
27-
echo "Installing uv.. HOME=${HOME}"
28-
curl -LsSf https://astral.sh/uv/install.sh | bash --login
27+
installation_directory="${HOME}/.setup-python-amazon-linux/uv"
28+
echo "Installing uv.. installation_directory=${installation_directory}"
29+
curl -LsSf https://astral.sh/uv/install.sh | env UV_UNMANAGED_INSTALL="${installation_directory}" sh
2930
3031
- name: Find desired python version
3132
id: find-desired-python-version

0 commit comments

Comments
 (0)