Skip to content

Commit 04bd7ae

Browse files
authored
Add step to minimize uv cache in CI workflow (#713)
1 parent b50d428 commit 04bd7ae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
name: codecov-umbrella
7676
fail_ci_if_error: false
7777

78+
- name: Minimize uv cache
79+
run: uv cache prune --ci
80+
7881
testing-guardian:
7982
runs-on: ubuntu-latest
8083
needs: pytester

0 commit comments

Comments
 (0)