No need as uv is always a system package

This commit is contained in:
Rain Clark 2025-04-27 19:26:56 -04:00
parent 4f482db6be
commit d2f687732e

View File

@ -15,7 +15,7 @@ pre_sudo = false
# sudo_command = "sudo"
# Disable specific steps - same options as the command line flag
disable = ["chezmoi", "emacs"]
disable = ["chezmoi", "emacs", "uv"]
# Ignore failures for these steps
# ignore_failures = ["powershell"]