From 04bf9d8ce0f7b4e2795f58e9f76d1b1f26a33715 Mon Sep 17 00:00:00 2001 From: ThisIsFineTM <184989147+ThisIsFineTM@users.noreply.github.com> Date: Wed, 8 Jan 2025 04:04:39 +0000 Subject: [PATCH] Makefile: update poetry install sync to no longer use deprecated invocation Poetry deprecated `install --sync` in favor of `sync`. Move to the newer invocation. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4cce6139..475dacde 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ $(POETRY): $(SYS_PYTHON) poetry.toml @touch $@ $(POETRY_DEPS): $(POETRY) pyproject.toml poetry.lock - $(POETRY) install --sync --no-root + $(POETRY) sync --no-root @touch $@ PY_SOURCE_ROOTS:=bin/lib bin/test lambda