[Commits] [Sbozzolo/kuibit] 01f163: ci: key venv cache by full Python version
Gabriele Bozzola
noreply at github.com
Mon May 18 16:05:36 CDT 2026
Branch: refs/heads/fix/ci-cache-python-version
Home: https://github.com/Sbozzolo/kuibit
Commit: 01f163452cce29a4c53bd84c8f87e2608de4dcf7
https://github.com/Sbozzolo/kuibit/commit/01f163452cce29a4c53bd84c8f87e2608de4dcf7
Author: Gabriele Bozzola <gbozzola at amazon.com>
Date: 2026-05-18 (Mon, 18 May 2026)
Changed paths:
M .github/workflows/test.yml
Log Message:
-----------
ci: key venv cache by full Python version
The cache key used `matrix.python-version` (e.g. "3.14"), so the cache
remained valid across patch upgrades of the runner's Python. When the
hosted runner moved to a newer 3.14.x, the cached venv pointed at the
old interpreter and Poetry recreated it as empty. The follow-up install
step is gated on a cache miss, leaving `coverage` uninstalled and
breaking the test job.
Use `setup-python`'s resolved version (e.g. "3.14.5") so a patch bump
invalidates the cache and triggers a fresh install.
To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications
More information about the Commits
mailing list