You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setup-python action supports caching of the global pip directory, so packages are not re-downloaded. We can enable it with with: cache: 'pip'. See the documentation here.
I’m not sure if it would speed up the pipelines. I propose we test it with one of our projects first.
The text was updated successfully, but these errors were encountered:
Definitely worth trying. I suspect our images are wiped prior to each run in github actions CI, and that this would not affect CI times.
If we somehow have the ability to override where the pip cache is, and can point to some common location we might be able to make this work in a wiped CI environment.
The
setup-python
action supports caching of the global pip directory, so packages are not re-downloaded. We can enable it withwith: cache: 'pip'
. See the documentation here.I’m not sure if it would speed up the pipelines. I propose we test it with one of our projects first.
The text was updated successfully, but these errors were encountered: