Commit 9eb66e2
Fix pip-install import test by avoiding local source shadow
The import verification runs from the repo root, where the local vplanet/
source directory shadows the installed package. The local source lacks the
compiled C extension (vplanet_core), causing ModuleNotFoundError. Fix by
cd'ing to /tmp before running the import test.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1cc3cba commit 9eb66e2
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments