Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ help: ## Display this help message
##@ Setup

install-uv: ## Ensure uv is installed
@if ! command -v uv &> /dev/null; then \
@if ! command -v uv 2> /dev/null; then \
Comment thread
raulcd marked this conversation as resolved.
Outdated
echo "uv not found. Installing..."; \
curl -LsSf https://astral.sh/uv/install.sh | sh; \
else \
Expand Down