Commit 3f72594
fix(ci): create virtualenv for maturin develop in Python bindings job
maturin develop requires a virtualenv or conda environment. The CI step
was installing maturin globally which caused it to fail with
"Couldn't find a virtualenv or conda environment".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1292ded commit 3f72594
1 file changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | | - | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
289 | 293 | | |
290 | 294 | | |
291 | 295 | | |
292 | | - | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
293 | 299 | | |
294 | 300 | | |
295 | 301 | | |
296 | | - | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
0 commit comments