Skip to content

Commit f572cae

Browse files
committed
Remove options from setup-uv actions
1 parent 37f872f commit f572cae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424

2525
- name: Install uv
2626
uses: astral-sh/setup-uv@v5
27-
with:
28-
version: "0.6.6"
2927

3028
- name: "Set up Python"
3129
uses: actions/setup-python@v5
@@ -68,8 +66,6 @@ jobs:
6866

6967
- name: Install uv
7068
uses: astral-sh/setup-uv@v5
71-
with:
72-
enable-cache: true
7369

7470
- name: "Set up Python"
7571
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)