From 3aefccca5a44425a5aa285c6966a5b740d03bd5f Mon Sep 17 00:00:00 2001 From: Connor Peshek Date: Sun, 25 Jan 2026 21:25:51 -0600 Subject: [PATCH] Makefile: add optional uv prefix (#19738) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9bddaab4e2..9eccb9f785 100644 --- a/Makefile +++ b/Makefile @@ -323,7 +323,7 @@ test-docker: # which makes the YAML File a lot smaller ci--meta-debug: - python -V + $(UV) run python -V node --version ci-mypy: ci--meta-debug