浏览代码

temp ignore caching

/develop-gpu-test
Chris Elion 5 年前
当前提交
075a0b86
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 3
      .circleci/config.yml

3
.circleci/config.yml


# Parameterize the cache so that different python versions can get different versions of the packages
- v1-dependencies-py<< parameters.pyversion >>-{{ checksum "python_deps.txt" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-py<< parameters.pyversion >>-
# TEMP IGNORE CACHING
#- v1-dependencies-py<< parameters.pyversion >>-
- run:
name: Install Dependencies

正在加载...
取消
保存