Commit 385377d
ci(lint-subprocess): use --no-project so uv run skips fbuild install (#451)
The `Lint subprocess spawns` workflow runs only a stdlib-only Python
linter, but `uv run python ...` was triggering an editable install of
`fbuild`. The build backend requires a globally-installed `soldr` and
the workflow doesn't install one, so every PR's CI failed with:
ERROR: `soldr` is required to build fbuild from source.
`--no-project` tells uv to skip the project sync. The script
(`ci/find_direct_subprocess.py`) carries a PEP 723 header declaring
only `requires-python = ">=3.10"` and no third-party deps, so no env
prep is needed.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 67ce360 commit 385377d
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
27 | 36 | | |
28 | | - | |
| 37 | + | |
0 commit comments