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
ci: point uv at the venv interpreter by path for free-threaded jobs
Activating the venv and passing --active still let 'uv sync' run its own
interpreter discovery, which skips free-threaded builds and re-picked the
system 3.12, recreating .venv and breaking the cp313t/cp314t wheel
install. Pass the venv's own interpreter (.venv/bin/python) explicitly to
'uv sync', 'uv pip install', and 'uv run' so every step stays in the
free-threaded environment created by 'uv venv'.
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments