Skip to content

Commit fae36fd

Browse files
committed
ci: remove unnecessary configuration
setup-uv 5 now enables caching by default
1 parent 417d35c commit fae36fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ jobs:
106106
- name: Set up uv with caching
107107
id: setup-uv
108108
uses: astral-sh/setup-uv@v5
109-
with:
110-
enable-cache: true
111109
- name: Install dependencies
112110
run: |
113111
uv sync --no-dev
@@ -192,8 +190,6 @@ jobs:
192190
- name: Set up uv with caching
193191
id: setup-uv
194192
uses: astral-sh/setup-uv@v5
195-
with:
196-
enable-cache: true
197193
- name: Set up Python
198194
uses: actions/setup-python@v5
199195
with:

0 commit comments

Comments
 (0)