Skip to content

Commit 8a34917

Browse files
committed
Disable uv cache pruning in CI
1 parent 7415e45 commit 8a34917

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/verify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: astral-sh/setup-uv@v5
13+
with:
14+
enable-cache: false
1315
- uses: actions/setup-python@v5
1416
with:
1517
python-version: '3.13'

0 commit comments

Comments
 (0)