Commit f315335
committed
fix(ci): install wheel dependencies in publish smoke test
The publish smoke test installed dist/*.whl with --no-deps and then ran
vstack --help. Since vstack imports yaml at startup, the runtime dependency
PyYAML was missing and the step failed with ModuleNotFoundError.
Install the wheel normally so runtime dependencies are resolved during the
smoke test.1 parent 8c280e5 commit f315335
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments