Skip to content

Commit 968f12a

Browse files
[CI] don't clean whl (#2802)
1 parent f21a065 commit 968f12a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/unit_tests_reusable.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ jobs:
120120
121121
- name: Activate uv env
122122
run: |
123-
124-
uv cache prune --ci
125-
126123
bash .github/scripts/ci_unit_activate_uv_env.sh \
127124
"${{ matrix.test_script }}" \
128125
"${{ inputs.check_vm_cuda_version }}" \
@@ -239,5 +236,3 @@ jobs:
239236
rm -rf ./* .[^.] .??* || true
240237
echo "cleaning venv: ${{ env.VIRTUAL_ENV }}"
241238
rm -rf "${{ env.VIRTUAL_ENV }}"
242-
echo "Cleaning uv cache"
243-
uv cache prune --ci

0 commit comments

Comments
 (0)