ci: drop uv from workflow re-enable comment
Hegel no longer requires uv, so re-enabling coverage and mutation
testing does not need the setup-uv step.

Assisted-by: GLM-5.2 via pi
change xpulzynptkvxskkzmrrtsuvnzlkvkprk
commit 49f8f83120ad501249b7e7ba1fceb9af1e421fde
author Alpha Chen <alpha@kejadlen.dev>
date
parent stuxuksn
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5875ff6..a21f6a7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
       - run: just clippy test
       # Coverage and mutation testing disabled during early exploratory work.
       # When re-enabling: add llvm-tools component, install grcov + cargo-mutants,
-      # add astral-sh/setup-uv, and uncomment the recipes below.
+      # and uncomment the recipes below.
       # - run: just coverage
       # - run: just mutants