Skip to content

Commit

Permalink
ci: fix makefile for testing setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bepri committed Jan 30, 2025
1 parent 0157030 commit 5812675
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 @@ -52,7 +52,7 @@ setup: install-uv setup-precommit install-build-deps ## Set up a development env

.PHONY: setup-tests
setup-tests: install-uv install-build-deps ##- Set up a testing environment without linters
uv sync
uv sync --frozen $(CODENAME_INSTALL)

.PHONY: setup-lint
setup-lint: install-uv install-shellcheck install-pyright install-lint-build-deps ##- Set up a linting-only environment
Expand Down

0 comments on commit 5812675

Please sign in to comment.