Commit e78fd5e
Fix: CI Python test job not finding Rust modules
Changed wheel installation from `uv pip install` to direct pip execution
in the virtual environment. With uv's managed mode, packages installed
via `uv pip install` weren't properly visible to `uv run python` because
they aren't declared in the lockfile.
Changes:
- Use `.venv\Scripts\pip.exe` directly to bypass uv lockfile enforcement
- Add `--no-deps` flag since Rust bindings are standalone cdylib modules
- Add debug output to list downloaded wheels
- Add verification step to confirm classic* packages are installed
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent ec0732b commit e78fd5e
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
304 | 309 | | |
305 | | - | |
| 310 | + | |
306 | 311 | | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
307 | 315 | | |
308 | 316 | | |
309 | 317 | | |
| |||
0 commit comments