Cache pip before install and fix cache key expansion #12

Merged
lyrathorpe merged 1 commits from ci/pip-cache-ordering into main 2026-06-17 17:33:38 +01:00

1 Commits

Author SHA1 Message Date
lyrathorpe a1def7881c ci: cache pip before install and fix cache key OS expansion
Build and publish container / build (pull_request) Successful in 8m56s
Move the actions/cache step ahead of the dependency install so a
warm cache actually accelerates the install, and replace the
unexpanded $RUNNER_OS shell variable with the ${{ runner.os }}
Actions expression in the cache key and restore-keys.

Fixes #8

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-17 17:22:11 +01:00