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