File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - checkout
2828 - restore_cache : # ensure this step occurs *before* installing dependencies
2929 keys :
30- - v2-dependency -cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
31- - v2-dependency -cache-{{ .Branch }}-
32- - v2-dependency -cache-
30+ - v{{ .Environment.CACHE_VERSION }}-dep -cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
31+ - v{{ .Environment.CACHE_VERSION }}-dep -cache-{{ .Branch }}-
32+ - v{{ .Environment.CACHE_VERSION }}-dep -cache-
3333 - run :
3434 command : |
3535 pip install --user pipenv
3838 paths :
3939 - " .venv"
4040 - ~/.local/share/virtualenvs/
41- key : v2-dependency -cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
41+ key : v{{ .Environment.CACHE_VERSION }}-dep -cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
4242 - run :
4343 command : |
4444 pipenv run "pytest"
5353 - checkout
5454 - restore_cache : # ensure this step occurs *before* installing dependencies
5555 keys :
56- - v2-dependency -cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
57- - v2-dependency -cache-{{ .Branch }}-
58- - v2-dependency -cache-
56+ - v{{ .Environment.CACHE_VERSION }}-dep -cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
57+ - v{{ .Environment.CACHE_VERSION }}-dep -cache-{{ .Branch }}-
58+ - v{{ .Environment.CACHE_VERSION }}-dep -cache-
5959 - run :
6060 command : |
6161 pip install --user pipenv
6464 paths :
6565 - " .venv"
6666 - ~/.local/share/virtualenvs/
67- key : v2-dependency -cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
67+ key : v{{ .Environment.CACHE_VERSION }}-dep -cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
6868 - run :
6969 name : verify git tag vs. version
7070 command : |
You can’t perform that action at this time.
0 commit comments