[Commits] [Sbozzolo/kuibit] 0f2580: ci: key venv cache by full Python version

Gabriele Bozzola noreply at github.com
Mon May 18 16:05:02 CDT 2026


  Branch: refs/heads/fix/ci-cache-python-version
  Home:   https://github.com/Sbozzolo/kuibit
  Commit: 0f2580e69bb2465b12718dd2841121761e7a35ea
      https://github.com/Sbozzolo/kuibit/commit/0f2580e69bb2465b12718dd2841121761e7a35ea
  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.



To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications


More information about the Commits mailing list