Skip to content

Commit 9075d3a

Browse files
committed
chore: fixed install command
1 parent b1b8cc9 commit 9075d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ help: # Show help for each of the Makefile recipes.
66
@grep -E '^[a-zA-Z0-9 -]+:.*#' Makefile | sort | while read -r l; do printf "\033[1;34m$$(echo $$l | cut -f 1 -d':')\033[00m:$$(echo $$l | cut -f 2- -d'#')\n"; done
77

88
install: # install dependencies for running tests and linting
9-
uv install python
9+
uv python install
1010
uv sync --extra dev
1111

1212
test: install # run tests

0 commit comments

Comments
 (0)