Commit 958cf01
committed
fix: resolve CI failures in test workflow
Changes:
- Fix test job to use 'uv sync' instead of 'uv pip install -e .'
(uv pip requires a venv, uv sync creates one automatically)
- Add uv.lock file for reproducible builds
This resolves the 'No virtual environment found' errors across all
test matrix combinations (3 OSes × 5 Python versions).
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 27f8210 commit 958cf01
2 files changed
Lines changed: 380 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments