Skip to content

Commit a1de86d

Browse files
Explicity use bash for uv installation
1 parent 066b118 commit a1de86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
- name: Install uv
2525
shell: bash
2626
run: |
27-
curl -LsSf https://astral.sh/uv/install.sh | sh
27+
curl -LsSf https://astral.sh/uv/install.sh | bash
2828
2929
- name: Find desired python version
3030
id: find-desired-python-version

0 commit comments

Comments
 (0)