Commit 3bb68ef
ci(docs): uv run --no-project — pyproject maturin build skip
이전 fix (uv run --with) 가 PEP 668 은 회피했으나 uv 가 pyproject.toml
의 [project] 를 보고 자동으로 maturin build_editable 을 시도. external/
rhwp submodule 미체크아웃 + Rust toolchain 미설치 → exit 1.
해결: --no-project 추가 → uv 가 pyproject 무시, 임시 venv 에 typer 만
설치. lint script 는 rhwp import 안 하므로 프로젝트 빌드 불필요.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e28d0cb commit 3bb68ef
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
0 commit comments