We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0286b commit 61e1618Copy full SHA for 61e1618
1 file changed
.github/workflows/unit_tests_reusable.yml
@@ -120,7 +120,8 @@ jobs:
120
121
- name: Activate uv env
122
run: |
123
- printenv | grep UV
+
124
+ uv cache prune --ci
125
126
bash .github/scripts/ci_unit_activate_uv_env.sh \
127
"${{ matrix.test_script }}" \
@@ -238,3 +239,5 @@ jobs:
238
239
rm -rf ./* .[^.] .??* || true
240
echo "cleaning venv: ${{ env.VIRTUAL_ENV }}"
241
rm -rf "${{ env.VIRTUAL_ENV }}"
242
+ echo "Cleaning uv cache"
243
0 commit comments