Commit 23981a1
fix: resolve pixi dependency resolution hanging issue
## Dependency Resolution Fix:
- Removed diff-cover from pyproject.toml dependencies (causing hanging)
- Modified quality-metrics workflow to install diff-cover separately via pip
- Split diff-cover installation into separate step to avoid conflicts
## Verification:
- ✅ pixi install -e ci now completes successfully
- ✅ ci-install task works correctly
- ✅ All CI environments can be installed without hanging
This resolves the "Setup pixi" failures that were causing exit code timeouts
in CI workflows. diff-cover is still available but installed at runtime.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 45a32db commit 23981a1
2 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
75 | 81 | | |
76 | 82 | | |
77 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments