Update Makefile

Co-authored-by: ccostino <ccostino@users.noreply.github.com>
This commit is contained in:
Kenneth Kehl
2025-05-29 11:14:29 -07:00
committed by GitHub
parent 222e258e34
commit e5484f0723

View File

@@ -110,12 +110,8 @@ test: ## Run tests and create coverage report
.PHONY: py-lock
py-lock: ## Syncs dependencies and updates lock file without performing recursive internal updates
rm poetry.lock
poetry sync --no-root
poetry lock
poetry install
poetry sync
.PHONY: freeze-requirements
freeze-requirements: ## Pin all requirements including sub dependencies into requirements.txt