Skip to content

Commit e331fc6

Browse files
committed
chore: disable cache since not committing uv.lock
1 parent a10ac37 commit e331fc6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

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

1717
- name: Enable caching
1818
uses: astral-sh/setup-uv@v5
19-
with:
20-
enable-cache: true
2119

2220
- name: Install the project
2321
run: uv sync --all-extras --dev
@@ -43,8 +41,6 @@ jobs:
4341

4442
- name: Enable caching
4543
uses: astral-sh/setup-uv@v5
46-
with:
47-
enable-cache: true
4844

4945
- name: Install the project
5046
run: uv sync --all-extras --dev

0 commit comments

Comments
 (0)