fix build_docs pipeline

This commit is contained in:
Petitminion 2025-04-14 18:34:55 +02:00
parent 6fac158374
commit 7c3206bf83
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ $(VENV):
$(MAKE) install
install:
poetry install
poetry install --no-root
poetry run pip install --no-deps --editable ../api
clean: