Skip to content

Commit

Permalink
Use unmanaged installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kishaningithub committed Nov 11, 2024
1 parent 46d057b commit bf547ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ runs:
- name: Install uv
shell: bash
run: |
echo "Installing uv.. HOME=${HOME}"
curl -LsSf https://astral.sh/uv/install.sh | bash --login
installation_directory="${HOME}/.setup-python-amazon-linux/uv"
echo "Installing uv.. installation_directory=${installation_directory}"
curl -LsSf https://astral.sh/uv/install.sh | env UV_UNMANAGED_INSTALL="${installation_directory}" sh
- name: Find desired python version
id: find-desired-python-version
Expand Down

0 comments on commit bf547ba

Please sign in to comment.