crickets-and-comb/shared
Auf GitHub ansehenCache `conda` for GitHub Actions, and for `act`.
Open
#45 geöffnet am 26. März 2025
enhancementhelp wanted
Repository-Metriken
- Stars
- (2 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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)