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
{{ message }}
This repository was archived by the owner on Jan 30, 2026. It is now read-only.
Currently i'm using run: pip install ... within my workflow.
I was hoping I could use this action so it would cache the pip packages but now I see that it doesn't.
What is the advantage of using this action vs just running pip install? Is there a plan for adding caching?