File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 27
27
installation_directory="${{ github.action_path }}/.setup-python-amazon-linux/uv"
28
28
echo "Installing uv.. installation_directory=${installation_directory}"
29
29
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
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
31
32
echo "${installation_directory}" >> "${GITHUB_PATH}"
32
33
33
34
- name : Find desired python version
You can’t perform that action at this time.
0 commit comments