crickets-and-comb/shared

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

Open

#45 aberto em 26 de mar. de 2025

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Makefile (0 forks)auto 404
enhancementhelp wanted

Métricas do repositório

Stars
 (2 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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)

Guia do colaborador