Commit 3820144
authored
ci: editable-install the package in Scheduled Tests (#129)
The thin-binder refactor moved every conversion into the compiled `_rust`
extension, which maturin builds into site-packages — not the source tree.
Scheduled Tests ran tox (`unittest discover` from the repo root) without
first building the extension, so `import num2words2` resolved to the source
dir, found no `_rust`, and every test module failed to import. Add
`pip install -e .` (matching ci.yml) so the extension is present.1 parent cae4115 commit 3820144
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
0 commit comments