crickets-and-comb / crickets-and-comb/reference_package
Cache `conda` for GitHub Actions, and for `act`.
Open
enhancement
help wanted
- Dominant language
- Python
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
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:
1. Use within GitHub Actions.
2. Use when running `act` locally. (mount container to local `conda` install)
See https://github.com/crickets-and-comb/shared/issues/45.
Contributor guide
Assessment
This issue has not been assessed yet.