Skip to content

Commit

Permalink
Merge pull request #18 from kishaningithub/fix-uv-python-setup
Browse files Browse the repository at this point in the history
Fix uv python installation
  • Loading branch information
kishaningithub authored Aug 27, 2024
2 parents 08d0bb2 + 9ea2bfa commit 066b118
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ runs:
- name: Install uv
shell: bash
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.3.3/uv-installer.sh | sh
source $HOME/.cargo/env
sudo uv self update
curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Find desired python version
id: find-desired-python-version
Expand Down

0 comments on commit 066b118

Please sign in to comment.