Commit 844f7d4
committed
Fix CI: run tests from /tmp to use installed package
The source diffcp/ directory was shadowing the installed package,
causing 'ModuleNotFoundError: No module named diffcp._diffcp'.
By running pytest from /tmp with the full path to tests, Python
imports from site-packages where the compiled _diffcp extension
is properly installed.1 parent 57d4d8a commit 844f7d4
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments