diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 32364744..499dcfaa 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -75,6 +75,9 @@ jobs: name: codecov-umbrella fail_ci_if_error: false + - name: Minimize uv cache + run: uv cache prune --ci + testing-guardian: runs-on: ubuntu-latest needs: pytester