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
commit 340bfe22c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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