Skip to content

Commit 61e1618

Browse files
[CI} clean uv cache at end (#2794)
1 parent 0c0286b commit 61e1618

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/unit_tests_reusable.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ jobs:
120120
121121
- name: Activate uv env
122122
run: |
123-
printenv | grep UV
123+
124+
uv cache prune --ci
124125
125126
bash .github/scripts/ci_unit_activate_uv_env.sh \
126127
"${{ matrix.test_script }}" \
@@ -238,3 +239,5 @@ jobs:
238239
rm -rf ./* .[^.] .??* || true
239240
echo "cleaning venv: ${{ env.VIRTUAL_ENV }}"
240241
rm -rf "${{ env.VIRTUAL_ENV }}"
242+
echo "Cleaning uv cache"
243+
uv cache prune --ci

0 commit comments

Comments
 (0)