You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix uv install in CI: replace --system with uv sync + uv run
The --system flag conflicts with active virtual environments on GitHub
Actions runners. Switch to uv sync (which manages its own .venv) and
prefix commands with uv run so they execute in that environment.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments