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: key python venv caches by repository so a rename cannot restore a stale venv
The venv caches were keyed on OS and lockfile hash only. A venv bakes in
the absolute workspace path, and renaming the repository moved that path
from /home/runner/work/angular-agent-framework to /home/runner/work/threadplane,
so every restored venv had launcher shebangs pointing at an interpreter
that no longer exists (uv run pytest: Failed to spawn). Adding
github.repository to the key invalidates all of them at once.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
0 commit comments