crickets-and-comb/shared
View on GitHubCache `conda` for GitHub Actions, and for `act`.
Open
#45 opened on Mar 26, 2025
enhancementhelp wanted
Repository metrics
- Stars
- (2 stars)
- PR merge metrics
- (PR metrics pending)
Description
Whenever we set up conda in our workflows, we get download it fresh, which takes runtime and bandwidth on our end and on Anaconda's end. We don't necessarily need the latest version.
Figure out how to cache a version of conda for:
- Use within GitHub Actions.
- Use when running
actlocally. (mount container to localcondainstall)