Skip to content

Commit

Permalink
chore: remove unnecessary flags from install command in Makefile (#3955)
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria authored Jan 17, 2025
1 parent 28dc720 commit 4af28b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ upgrade: ## Upgrade all dependencies to the latest stable versio

.PHONY: install
install:
@uv sync --all-extras --dev --python 3.12
@uv sync --python 3.12

.PHONY: clean
clean: ## Cleanup temporary build artifacts
Expand Down

0 comments on commit 4af28b4

Please sign in to comment.