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 11
11
# Set up a cached virtualenv in which to install things
12
12
- restore_cache :
13
13
name : Restore build dependency cache
14
- key : deps-venv-{{ .Branch }}-{{ .Environment.CIRCLE_STAGE }}-{{ checksum "scripts/requirements-dev.txt" }}
14
+ key : deps-2- venv-{{ .Branch }}-{{ .Environment.CIRCLE_STAGE }}-{{ checksum "scripts/requirements-dev.txt" }}
15
15
- run :
16
16
name : Install dependencies
17
17
command : |
20
20
pip install -r scripts/requirements-dev.txt
21
21
- save_cache :
22
22
name : Save build dependency cache
23
- key : deps-venv-{{ .Branch }}-{{ .Environment.CIRCLE_STAGE }}-{{ checksum "scripts/requirements-dev.txt" }}
23
+ key : deps-2- venv-{{ .Branch }}-{{ .Environment.CIRCLE_STAGE }}-{{ checksum "scripts/requirements-dev.txt" }}
24
24
paths :
25
25
- " venv"
26
26
43
43
# Set up a cached virtualenv in which to install things
44
44
- restore_cache :
45
45
name : Restore build dependency cache
46
- key : deps-venv-{{ .Branch }}-{{ .Environment.CIRCLE_STAGE }}-{{ checksum "scripts/requirements.txt" }}
46
+ key : deps-2- venv-{{ .Branch }}-{{ .Environment.CIRCLE_STAGE }}-{{ checksum "scripts/requirements.txt" }}
47
47
- run :
48
48
name : Install dependencies
49
49
command : |
52
52
pip install -r scripts/requirements.txt
53
53
- save_cache :
54
54
name : Save build dependency cache
55
- key : deps-venv-{{ .Branch }}-{{ .Environment.CIRCLE_STAGE }}-{{ checksum "scripts/requirements.txt" }}
55
+ key : deps-2- venv-{{ .Branch }}-{{ .Environment.CIRCLE_STAGE }}-{{ checksum "scripts/requirements.txt" }}
56
56
paths :
57
57
- " venv"
58
58
You can’t perform that action at this time.
0 commit comments