Skip to content

Commit 344cf0f

Browse files
committed
chore: remove all caching in ci
1 parent 3df4d2a commit 344cf0f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
- name: Install uv
1515
uses: astral-sh/setup-uv@v5
1616

17-
- name: Enable caching
18-
uses: astral-sh/setup-uv@v5
19-
2017
- name: Install the project
2118
run: uv sync --all-extras --dev
2219

@@ -39,9 +36,6 @@ jobs:
3936
- name: Install uv
4037
uses: astral-sh/setup-uv@v5
4138

42-
- name: Enable caching
43-
uses: astral-sh/setup-uv@v5
44-
4539
- name: Install the project
4640
run: uv sync --all-extras --dev
4741

0 commit comments

Comments
 (0)