File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 steps :
1818 - checkout
1919 - restore_cache :
20- key : dependencies-{{ .Environment.CACHE_VERSION }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}
20+ key : dependencies-{{ .Environment.CACHE_VERSION }}-{{ checksum "/home/circleci/.pyenv/version" }}-{{ checksum "setup.py" }}
2121 - run :
2222 name : Install Dependencies
2323 command : |
2828 - save_cache :
2929 paths :
3030 - ./venv
31- key : dependencies-{{ .Environment.CACHE_VERSION }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}
31+ key : dependencies-{{ .Environment.CACHE_VERSION }}-{{ checksum "/home/circleci/.pyenv/version" }}-{{ checksum "setup.py" }}
3232 - run :
3333 name : Run Tests
3434 command : |
6464 steps :
6565 - checkout
6666 - restore_cache :
67- key : dependencies-{{ .Environment.CACHE_VERSION }}-test-310 -{{ checksum "setup.py" }}
67+ key : dependencies-{{ .Environment.CACHE_VERSION }}-{{ checksum "/home/circleci/.pyenv/version" }} -{{ checksum "setup.py" }}
6868 - run :
6969 name : Install Dependencies
7070 command : |
7575 - save_cache :
7676 paths :
7777 - ./venv
78- key : dependencies-{{ .Environment.CACHE_VERSION }}-test-310 -{{ checksum "setup.py" }}
78+ key : dependencies-{{ .Environment.CACHE_VERSION }}-{{ checksum "/home/circleci/.pyenv/version" }} -{{ checksum "setup.py" }}
7979 - run :
8080 name : Build Docs
8181 command : |
You can’t perform that action at this time.
0 commit comments