Skip to content

Commit

Permalink
Explicity use bash for uv installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kishaningithub committed Aug 28, 2024
1 parent 066b118 commit a1de86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
- name: Install uv
shell: bash
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
curl -LsSf https://astral.sh/uv/install.sh | bash
- name: Find desired python version
id: find-desired-python-version
Expand Down

0 comments on commit a1de86d

Please sign in to comment.