Commit e28d0cb
ci(docs): uv pip install --system → uv run --with (PEP 668 회피)
Ubuntu 24.04 의 system Python 이 externally-managed (PEP 668) 라
'uv pip install --system "typer>=0.12"' 가 거부됨 (exit 2).
해결: 'uv run --with "typer>=0.12" python ...' 로 ad-hoc 설치 — uv 가
임시 venv 자동 생성, lint 단발 호출이라 캐시 부담도 없음.
이전 commit baafe82 의 docs.yml 만 영향. ci.yml (build/test) 는 무관.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 97319c8 commit e28d0cb
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