refactor: lock poetry dependencies without updating (#3050)

Lock poetry dependencies without updating in the Makefile build_langflow target
This commit is contained in:
Gabriel Luiz Freitas Almeida
2024-07-29 20:36:20 -03:00
committed by GitHub
parent 53063957e4
commit 340bfe22c4

View File

@ -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