fix build_docs pipeline
This commit is contained in:
parent
6fac158374
commit
7c3206bf83
|
@ -14,7 +14,7 @@ $(VENV):
|
|||
$(MAKE) install
|
||||
|
||||
install:
|
||||
poetry install
|
||||
poetry install --no-root
|
||||
poetry run pip install --no-deps --editable ../api
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in New Issue