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 282d998 commit 415cf38Copy full SHA for 415cf38
action.yml
@@ -24,9 +24,9 @@ runs:
24
- name: Install uv
25
shell: bash
26
run: |
27
- installation_directory="${HOME}/.setup-python-amazon-linux/uv"
+ installation_directory="${{ github.action_path }}/.setup-python-amazon-linux/uv"
28
echo "Installing uv.. installation_directory=${installation_directory}"
29
- uv_version="0.5.11"
+ uv_version="0.7.10"
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
0 commit comments