a5d08bd64e
The Gitea Actions runner doesn't have access to pip cache storage, causing 'reserveCache failed: connect ETIMEDOUT' errors. Removed cache configuration from both: - .gitea/workflows/lint.yml - .gitea/workflows/update-badges.yml Pip will download dependencies fresh on each run, which is acceptable for CI workflows and avoids the timeout errors. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>