Include Python version in pip cache key by hugovk · Pull Request #303 · actions/setup-python
Description:
Like we do for pipenv, let's include the Python version in the pip cache key.
Without it, PyPy jobs continually build wheels from source, which is slow, and they never make it into the pip cache because there are prebuilt wheels for CPython jobs already in the cache.
Related issue:
Check list:
- Mark if documentation changes are required.
- Mark if tests were added or updated to cover the changes.