Commit 1fc68f4
fix(ci): integration workflow installs requirements.txt, not 'pip install -e .'
The repo is not a pip package (no setup.py/pyproject.toml; it runs via
PYTHONPATH, as ci.yaml documents), so integration.yaml's 'pip install -e .'
always errored ('does not appear to be a Python project') whenever the Mac M4
integration job actually ran. #157 triggered that job (it adds an integration
test), exposing the pre-existing break. Install runtime deps from
requirements.txt instead; the suite already runs with PYTHONPATH=.:sdks/python.
Co-authored-by: FluffyAIcode <FluffyAIcode@users.noreply.github.com>1 parent 15741c1 commit 1fc68f4
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
| |||
0 commit comments