-
-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pip cache to composite action #411
Comments
Indeed, now that composite actions can reference other actions (they did NOT allow that back when I created the composite action, imagine that!), it could cache the packages. |
I think I'll move the entire code of the Slow startup of composite action section into the composite action. I'm wondering what happens if that cache action is run twice... |
I have added pip caching to the composite action. Can you please test this from master?
|
Running TWiStErRob/net.twisterrob.libraries#38, I guess I'll have to run it twice to see the full effect. |
The cache is not being stored because your job fails (please keep it that way!). I'll make the composite action to always save the cache: #422. |
This has been released. |
Full log with timestamps
https://github.com/TWiStErRob/net.twisterrob.libraries/actions/runs/4295092506/jobs/7485030946
Full log with timestamps
https://github.com/TWiStErRob/net.twisterrob.libraries/actions/runs/4295092506/jobs/7485030675
Would it be possible to add an
action/cache@v2
inside the composite action to prevent installing the same deps over and over again?The text was updated successfully, but these errors were encountered: