Skip to content

Commit 619cd42

Browse files
MementoRCclaude
andcommitted
fix: update pixi.lock and restore install-editable in CI
- Updated pixi.lock to match current environment state - Restored install-editable step removal to avoid pip conflicts - CI should now work with --locked state from pixi.lock Iteration: 2/5 Error: pixi exit code 1 during setup Jobs: Multiple workflows failing on pixi setup 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3b9c3c1 commit 619cd42

File tree

2 files changed

+119
-9
lines changed

2 files changed

+119
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
environments: quality
3232
cache: false
3333

34-
- name: Install project in editable mode
35-
shell: bash
36-
run: pixi run -e quality install-editable
37-
3834
- name: Verify environment
3935
shell: bash
4036
run: |
@@ -44,7 +40,7 @@ jobs:
4440
- name: Run tests
4541
shell: bash
4642
run: |
47-
pixi run -e quality pytest tests/ --cov=src/uckn --cov-report=xml -v
43+
PYTHONPATH=src pixi run -e quality pytest tests/ --cov=src/uckn --cov-report=xml -v
4844
4945
- name: Upload coverage to Codecov
5046
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
@@ -69,10 +65,6 @@ jobs:
6965
environments: quality
7066
cache: false
7167

72-
- name: Install project in editable mode
73-
shell: bash
74-
run: pixi run -e quality install-editable
75-
7668
- name: Verify environment
7769
shell: bash
7870
run: |

0 commit comments

Comments
 (0)