Commit c6a5731
committed
fix: install poetry deps into system Python in CI (closes #5)
The docs pipeline failed because poetry install creates a virtualenv,
but the chart generation script ran with system Python — outside the
venv — so scipy (and all other deps) were not found.
Fix: poetry config virtualenvs.create false before install, so all
packages install into the CI runner's system Python directly.1 parent 197f9e7 commit c6a5731
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments