From bb40a3fdd32e32244542993c58c7dbe7234a4ab8 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:34:59 +0100 Subject: [PATCH] core: remove Python uv cache clean command (#9413) --- misc/core.func | 2 -- 1 file changed, 2 deletions(-) diff --git a/misc/core.func b/misc/core.func index 11fdbd9941..36eb59b0ca 100644 --- a/misc/core.func +++ b/misc/core.func @@ -392,8 +392,6 @@ cleanup_lxc() { # Python pip 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 if command -v npm &>/dev/null; then $STD npm cache clean --force || true; fi # Node.js yarn