CI: cache data directory in the conda + nbval workflows
未关闭
还没有人认领这个 Issue。
enhancement
- 主要语言
- 没有语言数据
- 星标
- 673
- 派生
- 229
- PR 合并指标
- 30 天内没有已合并 PR
描述
Executing the notebooks in CI for testing results in downloading some datasets. We are already cacheing this data in the circleCI job. Data caching should be added to the github workflows as well to prevent unnecessary downloads.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
将 .circleci/config.yml 第 26-44 行中的现有缓存设置与 conda 和 nbval GitHub 工作流进行比较。在这些工作流中为数据目录添加等效的缓存,然后验证 notebook CI 作业可以复用已缓存的数据集,而不是再次下载它们。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- github-actions, numpy
- 领域
- ci-cd, testing
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 50/100