Skip to content

Commit

Permalink
fix(make): depend on build deps during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bepri committed Jan 30, 2025
1 parent c0465a4 commit c8ae149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ help: ## Show this help.
}'

.PHONY: setup
setup: install-uv setup-precommit ## Set up a development environment
setup: install-uv setup-precommit install-build-deps ## Set up a development environment
uv sync $(UV_TEST_GROUPS) $(UV_LINT_GROUPS) $(UV_DOCS_GROUPS)

.PHONY: setup-tests
Expand Down

0 comments on commit c8ae149

Please sign in to comment.