From 97bc991c4540ddbb2bf529f5458e00be3ae515f2 Mon Sep 17 00:00:00 2001 From: matt-mercer <449892+matt-mercer@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:37:50 +0100 Subject: [PATCH] odin-748: uv sync requires --frozen to not update --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5de7f43..09370e5 100644 --- a/Makefile +++ b/Makefile @@ -35,10 +35,10 @@ endif uv venv --python="$$(python --version | cut -d ' ' -f2)" install: .venv/ - uv sync + uv sync --frozen install-ci: - uv sync --no-group local + uv sync --frozen --no-group local local-terraform: $(make) -C terraform/stacks/local