Skip to content

Commit c1a9dc3

Browse files
authored
Better way to install uv (#94)
1 parent 9e283e1 commit c1a9dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
show-progress: false
1313

1414
- name: Install Python `uv`
15-
run: curl -LsSf https://astral.sh/uv/install.sh | sh
15+
uses: astral-sh/setup-uv@v7
1616

1717
- run: sudo apt update
1818
- name: Install shellcheck and checkbashisms

0 commit comments

Comments
 (0)