Commit 270b6a1
committed
fix: add missing package installation in publish workflow
- Add 'pip install -e .' to install solarwindpy before running tests
- Resolves all 45 test import errors: ModuleNotFoundError: No module named 'solarwindpy'
- Aligns with working ci.yml workflow pattern
- Enables proper test validation before PyPI deployment
Root cause: publish.yml workflow never installed the package being tested
Impact: CI/CD pipeline has been broken since inception - no tests were running1 parent 4d938ec commit 270b6a1
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments