Commit 5fb2f3b
committed
fix(ci): SYSTEM_PYTHON must be an absolute path
The override is validated with Path(...).exists(), which never
searches PATH, so the bare 'python3.10' spelling was silently ignored
and the compat job's venv-building CLI tests kept failing on
interpreter discovery. Point it at setup-python's python-path output.1 parent b273b79 commit 5fb2f3b
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
0 commit comments