Cache pip before install and fix cache key expansion #12
Reference in New Issue
Block a user
Delete Branch "ci/pip-cache-ordering"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Moves the actions/cache step ahead of the install step and uses the runner.os Actions expression in the cache key. Closes #8
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>