crickets-and-comb/shared
GitHub で見るCache `conda` for GitHub Actions, and for `act`.
Open
#45 opened on 2025年3月26日
enhancementhelp wanted
Repository metrics
- Stars
- (2 stars)
- PR merge metrics
- (PR metrics pending)
説明
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)