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 CI: use python3 instead of py on Linux
The Makefile defaults to PYTHON=py (Windows). Override with
PYTHON=python3 for GitHub Actions (Ubuntu).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>