Commit 8b07d46
committed
ci(justfile): use PATH-resolved
CI failed with `sh: 1: .venv/bin/python: not found`. The recipe
hardcoded `.venv/bin/python`, but `.github/workflows/ci.yml` provisions
Python via `actions/setup-python@v5` + `pip install -e .[dev]` — no
`.venv/` is created on the runner. `just v2-models-check` is the only
recipe CI invokes, so the rest of the justfile is left untouched (those
recipes are dev-only and devs run them with `.venv` on PATH anyway).
Verified: `just v2-models-check` passes locally on the devcontainer
(`.venv/bin` on PATH → `python` resolves to the venv) and will resolve
to the runner's setup-python interpreter on CI.python in v2-models-check1 parent 9c1b701 commit 8b07d46
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
168 | 172 | | |
169 | | - | |
| 173 | + | |
170 | 174 | | |
171 | 175 | | |
172 | 176 | | |
| |||
0 commit comments