17bc0ed680
Self-hosted Gitea runner has flaky/blocked access to github.com, causing actions/checkout and actions/setup-go to time out intermittently across all jobs. Replace them with: - manual git checkout against $GITHUB_SERVER_URL (the Gitea host, reachable from job containers) - Go installed from mirrors.aliyun.com Python job stays on the python3.12-nodejs20 container (fixes the original PEP 660 editable-install failure). No more github.com network dependency. Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>