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)

貢獻者指南