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 f3b8f28 commit 63dc7bdCopy full SHA for 63dc7bd
action.yml
@@ -26,7 +26,7 @@ runs:
26
run: |
27
installation_directory="${{ github.action_path }}/.setup-python-amazon-linux/uv"
28
echo "Installing uv.. installation_directory=${installation_directory}"
29
- uv_version="0.7.10"
+ uv_version="0.8.18"
30
# HOME is set to foobar till this is resolved https://github.com/astral-sh/uv/issues/6965#issuecomment-2915796022
31
curl -LsSf "https://github.com/astral-sh/uv/releases/download/${uv_version}/uv-installer.sh" | HOME="foobar" UV_UNMANAGED_INSTALL="${installation_directory}" bash --login
32
echo "${installation_directory}" >> "${GITHUB_PATH}"
0 commit comments