Commit f09d14b
fix: align PR checks workflow environment configuration
Fix critical environment mismatch in PR checks workflow:
- setup-pixi environments: quality -> ci
- Ensures 'ci' environment is installed when workflow runs 'pixi run -e ci'
Root cause of "format-check: command not found" (exit code 127):
- setup-pixi was installing 'quality' environment
- Workflow was trying to run tasks in 'ci' environment
- 'ci' environment was never installed, so format-check task unavailable
This resolves the core pixi environment alignment issue.
Iteration: 5/10 for pixi_command_not_found (environment mismatch)
Job: PR Quality Gate, Coverage Check
Error: Process completed with exit code 127
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 187d94f commit f09d14b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
0 commit comments