We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50d428 commit 04bd7aeCopy full SHA for 04bd7ae
1 file changed
.github/workflows/ci-testing.yml
@@ -75,6 +75,9 @@ jobs:
75
name: codecov-umbrella
76
fail_ci_if_error: false
77
78
+ - name: Minimize uv cache
79
+ run: uv cache prune --ci
80
+
81
testing-guardian:
82
runs-on: ubuntu-latest
83
needs: pytester
0 commit comments