From 7c3206bf83b0d713b72f275c473767e5f8c3ae69 Mon Sep 17 00:00:00 2001 From: Petitminion Date: Mon, 14 Apr 2025 18:34:55 +0200 Subject: [PATCH] fix build_docs pipeline --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 55b61e191..c82c289fa 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -14,7 +14,7 @@ $(VENV): $(MAKE) install install: - poetry install + poetry install --no-root poetry run pip install --no-deps --editable ../api clean: