Commit e8f0fcd
committed
ci: install quantllm package so tests can import it
The matrix tests were failing with ModuleNotFoundError because we only
installed runtime deps but never installed the quantllm package
itself. Use `pip install --no-deps -e .` so the package is importable
without re-resolving the heavy (GPU-only) dependency set.1 parent c6a7e02 commit e8f0fcd
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
69 | 75 | | |
70 | 76 | | |
71 | 77 | | |
| |||
0 commit comments