10
10
11
11
artifacts :
12
12
docker :
13
- - image : circleci/python:3.7-stretch-node-browsers
13
+ - image : circleci/python:3.7.6 -stretch-node-browsers
14
14
environment :
15
15
PYVERSION : python37
16
16
steps :
27
27
lint-unit-37 : &lint-unit
28
28
working_directory : ~/dash
29
29
docker :
30
- - image : circleci/python:3.7-stretch-node-browsers
30
+ - image : circleci/python:3.7.6 -stretch-node-browsers
31
31
environment :
32
32
PYLINTRC : .pylintrc37
33
33
PYVERSION : python37
64
64
lint-unit-36 :
65
65
<< : *lint-unit
66
66
docker :
67
- - image : circleci/python:3.6-stretch-node-browsers
67
+ - image : circleci/python:3.6.9 -stretch-node-browsers
68
68
environment :
69
69
PYLINTRC : .pylintrc
70
70
PYVERSION : python36
80
80
build-core-37 : &build-core
81
81
working_directory : ~/dash
82
82
docker :
83
- - image : circleci/python:3.7-stretch-node-browsers
83
+ - image : circleci/python:3.7.6 -stretch-node-browsers
84
84
environment :
85
85
PYVERSION : python37
86
86
steps :
@@ -115,7 +115,7 @@ jobs:
115
115
build-core-36 :
116
116
<< : *build-core
117
117
docker :
118
- - image : circleci/python:3.6-stretch-node-browsers
118
+ - image : circleci/python:3.6.9 -stretch-node-browsers
119
119
environment :
120
120
PYVERSION : python36
121
121
@@ -129,7 +129,7 @@ jobs:
129
129
build-misc-37 : &build-misc
130
130
working_directory : ~/dash
131
131
docker :
132
- - image : circleci/python:3.7-stretch-node-browsers
132
+ - image : circleci/python:3.7.6 -stretch-node-browsers
133
133
environment :
134
134
PYVERSION : python37
135
135
@@ -165,7 +165,7 @@ jobs:
165
165
build-misc-36 :
166
166
<< : *build-misc
167
167
docker :
168
- - image : circleci/python:3.6-stretch-node-browsers
168
+ - image : circleci/python:3.6.9 -stretch-node-browsers
169
169
environment :
170
170
PYVERSION : python36
171
171
@@ -240,7 +240,7 @@ jobs:
240
240
cd dash-html-components; npm ci && npm run build; rm -rf !(.|..|DESCRIPTION|LICENSE.txt|LICENSE|NAMESPACE|.Rbuildignore|R|man|inst|vignettes|build)
241
241
cd ../dash-core-components; npm ci && npm run build; rm -rf !(.|..|DESCRIPTION|LICENSE.txt|LICENSE|NAMESPACE|.Rbuildignore|R|man|inst|vignettes|build)
242
242
cd ../dash-table; npm ci && npm run build; rm -rf !(.|..|DESCRIPTION|LICENSE.txt|LICENSE|NAMESPACE|.Rbuildignore|R|man|inst|vignettes|build); cd ..
243
-
243
+
244
244
- run :
245
245
name : 🔧fix up dash metadata
246
246
command : |
@@ -286,7 +286,7 @@ jobs:
286
286
Rscript -e "message(devtools::check_failures(path = '${DHC_CHECK_DIR}'))"
287
287
Rscript -e "message(devtools::check_failures(path = '${DCC_CHECK_DIR}'))"
288
288
Rscript -e "message(devtools::check_failures(path = '${DT_CHECK_DIR}'))"
289
- Rscript -e "message(devtools::check_failures(path = '${DASH_CHECK_DIR}'))"
289
+ Rscript -e "message(devtools::check_failures(path = '${DASH_CHECK_DIR}'))"
290
290
# warnings are errors; enable for stricter checks once CRAN submission finished
291
291
# if grep -q -R "WARNING" "${DHC_CHECK_DIR}/00check.log"; then exit 1; fi
292
292
# if grep -q -R "WARNING" "${DCC_CHECK_DIR}/00check.log"; then exit 1; fi
@@ -317,13 +317,13 @@ jobs:
317
317
- run :
318
318
name : 🦔 percy finalize
319
319
command : npx percy finalize --all
320
- when : on_fail
320
+ when : on_fail
321
321
322
322
323
323
test-37 : &test
324
324
working_directory : ~/dash
325
325
docker :
326
- - image : circleci/python:3.7-stretch-node-browsers
326
+ - image : circleci/python:3.7.6 -stretch-node-browsers
327
327
environment :
328
328
PERCY_PARALLEL_TOTAL : -1
329
329
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD : True
@@ -365,7 +365,7 @@ jobs:
365
365
test-36 :
366
366
<< : *test
367
367
docker :
368
- - image : circleci/python:3.6-stretch-node-browsers
368
+ - image : circleci/python:3.6.9 -stretch-node-browsers
369
369
environment :
370
370
PERCY_ENABLE : 0
371
371
PYVERSION : python36
0 commit comments