crickets-and-comb/shared

Cache `conda` for GitHub Actions, and for `act`.

Open

#45 aperta il 26 mar 2025

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Makefile (0 fork)auto 404
enhancementhelp wanted

Metriche repository

Star
 (2 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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)

Guida contributor