Commit 8b015da
fix: resolve test-matrix CI error with correct pixi task
Fix pixi run command in test-matrix workflow that was causing all CI failures.
Changed from `pixi run -e ci dev` to `pixi run -e ci ci-dev` to align with
pyproject.toml task definitions for CI environment.
Error resolved: Install dev dependencies using pixi (exit code 1)
Job: test-matrix (all Python versions)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 290a754 commit 8b015da
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments