Skip to content

Commit

Permalink
fix: Update uv if already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Nov 26, 2024
1 parent 73255cd commit 2e2cbe7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions {{cookiecutter.project_name}}/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ install-uv:
curl -LsSf https://astral.sh/uv/install.sh | sh; \
source "${HOME}/.local/bin/env"; \
echo "Installed uv."; \
fi
@uv self update
else \
echo "Updating uv..."; \
uv self update; \
fi

install-dependencies:
@uv python install {{ cookiecutter.python_version }}
Expand Down

0 comments on commit 2e2cbe7

Please sign in to comment.