core: remove Python uv cache clean command (#9413)

This commit is contained in:
CanbiZ 2025-11-24 21:34:59 +01:00 committed by GitHub
parent 4ffa571a34
commit bb40a3fdd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -392,8 +392,6 @@ cleanup_lxc() {
# Python pip # Python pip
if command -v pip &>/dev/null; then $STD pip cache purge || true; fi if command -v pip &>/dev/null; then $STD pip cache purge || true; fi
# Python uv
if command -v uv &>/dev/null; then $STD uv cache clean || true; fi
# Node.js npm # Node.js npm
if command -v npm &>/dev/null; then $STD npm cache clean --force || true; fi if command -v npm &>/dev/null; then $STD npm cache clean --force || true; fi
# Node.js yarn # Node.js yarn