crickets-and-comb/shared

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

Open

#45 opened on 2025年3月26日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Makefile (0 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

説明

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)

コントリビューターガイド