From 04c72ca4320a62a66742c644c03ca2a050675d42 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 29 Dec 2025 16:38:24 -0800 Subject: [PATCH] test.sh: ensure uv.lock is consistent with pyproject (#3000) --- test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test.sh b/test.sh index d91afb03..e81841b6 100755 --- a/test.sh +++ b/test.sh @@ -6,6 +6,9 @@ cd $DIR source ./setup.sh +# *** uv lockfile check *** +uv lock --check + # *** build *** scons -j8