Skip to content

Commit

Permalink
Allow python uninstall to fail...
Browse files Browse the repository at this point in the history
  • Loading branch information
davegaeddert committed Nov 7, 2024
1 parent b2fee26 commit 1220476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ else
fi

log "Uninstalling uv-managed Python versions"
uv python uninstall --all 2>&1 | indent
uv python uninstall --all 2>&1 | indent || echo "Failed to uninstall uv-managed Python versions..."

0 comments on commit 1220476

Please sign in to comment.