Commit 9e46e7b
Francisco
fix(ci): use maturin build + pip install instead of maturin develop
- maturin develop requires an active virtualenv which is not available
in the GitHub Actions environment
- switch to maturin build --release which produces a wheel, then
pip install the wheel directly — works cleanly without a venv1 parent bb19cea commit 9e46e7b
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| |||
0 commit comments