Title: Pip caching should include Python version in cache key · Issue #304 · actions/setup-python · GitHub
Open Graph Title: Pip caching should include Python version in cache key · Issue #304 · actions/setup-python
X Title: Pip caching should include Python version in cache key · Issue #304 · actions/setup-python
Description: Description: Caching with cache: 'pip' will not include the Python version in the cache key, which leads to a cache that only speeds up the Python version that happened to create the original cache. Action version: v2 Platform: Ubuntu ma...
Open Graph Description: Description: Caching with cache: 'pip' will not include the Python version in the cache key, which leads to a cache that only speeds up the Python version that happened to create the original cache...
X Description: Description: Caching with cache: 'pip' will not include the Python version in the cache key, which leads to a cache that only speeds up the Python version that happened to create the origin...
Opengraph URL: https://github.com/actions/setup-python/issues/304
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Pip caching should include Python version in cache key","articleBody":"**Description:**\r\nCaching with `cache: 'pip'` will not include the Python version in the cache key, which leads to a cache that only speeds up the Python version that happened to create the original cache.\r\n\r\n**Action version:**\r\nv2\r\n\r\n**Platform:**\r\n- [x] Ubuntu\r\n- [ ] macOS\r\n- [ ] Windows\r\n\r\n**Runner type:**\r\n- [x] Hosted\r\n- [ ] Self-hosted\r\n\r\n**Tools version:**\r\nN/A\r\n\r\n**Repro steps:** \r\nI'm fixing the pip caching for the [coqui-ai/TTS](https://github.com/coqui-ai/TTS) repo to speed-up the initial setup. We use matrix strategies to test across Python 3.6, 3.7, 3.8 and 3.9. I replaced an older broken actions/cache@v1 setup with the new caching functionality here, and saw a significant speed-up for Python 3.9 tasks, because it was a Py 3.9 job that happened to finish first and write the cache:\r\n\r\nBefore: https://github.com/coqui-ai/TTS/runs/4559378226?check_suite_focus=true\r\nAfter: https://github.com/coqui-ai/TTS/runs/4559480121?check_suite_focus=true\r\n\r\nOn a different job running on Python 3.7, changing to the caching funcionality in setup-python actually slowed things down:\r\n\r\nBefore: https://github.com/coqui-ai/TTS/runs/4559377735?check_suite_focus=true\r\nAfter: https://github.com/coqui-ai/TTS/runs/4559592755?check_suite_focus=true\r\n\r\nThis is because we spend extra time downloading the cache, but then can't use it.\r\n\r\n**Expected behavior:**\r\nThe pip cache should be keyed by Python version.\r\n\r\n**Actual behavior:**\r\nThe pip cache is shared between Python versions, leading to cached wheels not being used in subsequent runs with different Python versions.","author":{"url":"https://github.com/reuben","@type":"Person","name":"reuben"},"datePublished":"2021-12-17T11:29:54.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/304/setup-python/issues/304"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:f335caef-63b2-0062-1b8e-b057248bd835 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | DD96:181326:4882DE5:5F893C3:6992F3D6 |
| html-safe-nonce | fb0e34b877eb26839b5980dddd69d593831103965e3c2196b4f4483f745f8698 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERDk2OjE4MTMyNjo0ODgyREU1OjVGODkzQzM6Njk5MkYzRDYiLCJ2aXNpdG9yX2lkIjoiODIyNzAzMDgxNjY5OTY0MjgzOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 301c2183863f13509bc234d34f6e43b4cc29aa425996a8ad2ab26504baf854f8 |
| hovercard-subject-tag | issue:1083166259 |
| github-keyboard-shortcuts | repository,issues,actions,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/actions/setup-python/304/issue_layout |
| twitter:image | https://opengraph.githubassets.com/154fa1efdf1b5f38da3cf4131aab313afbb06575d00e0fd80788681b49ee7420/actions/setup-python/issues/304 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/154fa1efdf1b5f38da3cf4131aab313afbb06575d00e0fd80788681b49ee7420/actions/setup-python/issues/304 |
| og:image:alt | Description: Caching with cache: 'pip' will not include the Python version in the cache key, which leads to a cache that only speeds up the Python version that happened to create the original cache... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | reuben |
| hostname | github.com |
| expected-hostname | github.com |
| None | 348cc0594c4976eb4050dc9547ecf65057ee89a2b7ed0652b983b9b539f57145 |
| turbo-cache-control | no-preview |
| go-import | github.com/actions/setup-python git https://github.com/actions/setup-python.git |
| octolytics-dimension-user_id | 44036562 |
| octolytics-dimension-user_login | actions |
| octolytics-dimension-repository_id | 192625525 |
| octolytics-dimension-repository_nwo | actions/setup-python |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 192625525 |
| octolytics-dimension-repository_network_root_nwo | actions/setup-python |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | ce72317238c729e85014e1d867fd30d09b7f94ba |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width