-
Notifications
You must be signed in to change notification settings - Fork 20
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
Remove or add custom-key for Micromamba-bin cache #123
Comments
Doesn't this only create a single cache entry per day, and then old unused cache entries will be evicted when GitHub cleans them up? |
Yes, after the 7 period they should be removed by Github automatically per the Github docs. Nonetheless, I was not expecting this behavior since there are super nifty download and env cache options. Since I didn't have any of cache options set to |
The new action mamba-org/setup-micromamba that’s replacing this one doesn’t cache the micromamba binary. Doing that for 5MB is either way not really necessary; downloading it directly is probably even faster 😅 |
Actually one of the reasons to cache the binary was because of spurious conda-forge download failures. I guess that problem is gone now that we download from GitHub :) |
I'm experiencing unexpected and undocumented behavior with caching. In the post install mamba step, micromamba-bin is being cached automatically with a key that is not configurable.
This creates cache bloat if the Github action job runs multiple times (ex. everyday).
Is this a known bug (I couldn't find one if so)?
Configuration step details:
The text was updated successfully, but these errors were encountered: