9
9
lint-unit-37 : &lint-unit
10
10
working_directory : ~/project
11
11
docker :
12
- - image : circleci/python:3.7-stretch-node-browsers
12
+ - image : circleci/python:3.7.6 -stretch-node-browsers
13
13
environment :
14
14
PYTHON_VERSION : py37
15
15
steps :
22
22
command : |
23
23
sudo pip install virtualenv --upgrade
24
24
python -m venv venv || virtualenv venv && . venv/bin/activate
25
+ pip install --progress-bar off -e git+https://github.com/plotly/dash.git@dev#egg=dash[dev,testing]
25
26
pip install --progress-bar off --no-cache-dir -r dev-requirements.txt
26
27
- save_cache :
27
28
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "dev-requirements.txt" }}
42
43
lint-unit-36 :
43
44
<< : *lint-unit
44
45
docker :
45
- - image : circleci/python:3.6-stretch-node-browsers
46
+ - image : circleci/python:3.6.9 -stretch-node-browsers
46
47
environment :
47
48
PYTHON_VERSION : py36
48
49
56
57
build-dash-37 : &build-dash
57
58
working_directory : ~/project
58
59
docker :
59
- - image : circleci/python:3.7-stretch-node-browsers
60
+ - image : circleci/python:3.7.6 -stretch-node-browsers
60
61
environment :
61
62
PYTHON_VERSION : py37
62
63
steps :
97
98
build-dash-36 :
98
99
<< : *build-dash
99
100
docker :
100
- - image : circleci/python:3.6-stretch-node-browsers
101
+ - image : circleci/python:3.6.9 -stretch-node-browsers
101
102
environment :
102
103
PYTHON_VERSION : py36
103
104
@@ -111,7 +112,7 @@ jobs:
111
112
test-37 : &test
112
113
working_directory : ~/project
113
114
docker :
114
- - image : circleci/python:3.7-stretch-node-browsers
115
+ - image : circleci/python:3.7.6 -stretch-node-browsers
115
116
environment :
116
117
PYTHON_VERSION : py37
117
118
PERCY_PARALLEL_TOTAL : -1
@@ -143,7 +144,7 @@ jobs:
143
144
test-36 :
144
145
<< : *test
145
146
docker :
146
- - image : circleci/python:3.6-stretch-node-browsers
147
+ - image : circleci/python:3.6.9 -stretch-node-browsers
147
148
environment :
148
149
PYTHON_VERSION : py36
149
150
PERCY_ENABLE : 0
@@ -159,7 +160,7 @@ jobs:
159
160
test-legacy-37 : &test-legacy
160
161
working_directory : ~/project
161
162
docker :
162
- - image : circleci/python:3.7-stretch-node-browsers
163
+ - image : circleci/python:3.7.6 -stretch-node-browsers
163
164
environment :
164
165
PYTHON_VERSION : py37
165
166
PERCY_PARALLEL_TOTAL : -1
@@ -193,7 +194,7 @@ jobs:
193
194
test-legacy-36 :
194
195
<< : *test-legacy
195
196
docker :
196
- - image : circleci/python:3.6-stretch-node-browsers
197
+ - image : circleci/python:3.6.9 -stretch-node-browsers
197
198
environment :
198
199
PYTHON_VERSION : py36
199
200
PERCY_ENABLE : 0
0 commit comments