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
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