refactor: lock poetry dependencies without updating (#3050)
Lock poetry dependencies without updating in the Makefile build_langflow target
This commit is contained in:
parent
53063957e4
commit
340bfe22c4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -249,7 +249,7 @@ build_langflow_backup:
|
|||
|
||||
build_langflow:
|
||||
cd ./scripts && poetry run python update_dependencies.py
|
||||
poetry lock
|
||||
poetry lock --no-update
|
||||
poetry build
|
||||
ifdef restore
|
||||
mv pyproject.toml.bak pyproject.toml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue