We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fd056 commit 01b2ddbCopy full SHA for 01b2ddb
1 file changed
Makefile
@@ -43,8 +43,7 @@ install: install-uv ## install
43
fi
44
45
# Install the dependencies from pyproject.toml
46
- @printf "${BLUE}[INFO] Installing dependencies${RESET}\n"
47
- @./bin/uv sync --all-extras --frozen || { printf "${RED}[ERROR] Failed to install dependencies${RESET}\n"; exit 1; }; \
+ @./bin/uv sync --all-extras --frozen || { printf "${RED}[ERROR] Failed to install dependencies${RESET}\n"; exit 1; }
48
49
50
clean: ## clean
0 commit comments