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 8e39e95 commit 240524fCopy full SHA for 240524f
action.yml
@@ -26,7 +26,8 @@ runs:
26
run: |
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
+ uv_version="0.5.1"
30
+ curl -LsSf "https://github.com/astral-sh/uv/releases/download/${uv_version}/uv-installer.sh" | UV_UNMANAGED_INSTALL="${installation_directory}" bash --login
31
echo "${installation_directory}" >> "${GITHUB_PATH}"
32
33
- name: Find desired python version
0 commit comments