crickets-and-comb/shared

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

Open

#45 创建于 2025年3月26日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Makefile (0 fork)auto 404
enhancementhelp wanted

仓库指标

Star
 (2 star)
PR 合并指标
 (PR 指标待抓取)

描述

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)

贡献者指南