Closed mgorny closed 1 year ago
Ok, I think it works!
Notes:
Switched to the new output variable method — it turned out that the example was wrong and shell: bash
needs to be used. Filed https://github.com/actions/cache/issues/1220 for that.
Thanks! By the way, you may reconsider the 10m
timeout too, as that was the direct cause of PyPy failures before we sped it up.
Enable pip caching in order to avoid repeatedly rebuilding all the PyPy wheels for source packages. This is inspired by discussion in https://github.com/psf/requests/pull/6496 and it may help with the PyPy CI failures.