Skip to content

Commit 8b015da

Browse files
MementoRCclaude
andcommitted
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Install dev dependencies using pixi
8080
shell: bash
8181
run: |
82-
pixi run -e ci dev
82+
pixi run -e ci ci-dev
8383
8484
- name: Verify pixi environment
8585
shell: bash

0 commit comments

Comments
 (0)