File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 93
93
environment :
94
94
PERCY_ENABLED : True
95
95
PERCY_PROJECT : plotly/plotly.py
96
+ resource_class : large
96
97
97
98
steps :
98
99
- checkout
@@ -249,7 +250,7 @@ jobs:
249
250
250
251
python-2-7-orca :
251
252
docker :
252
- - image : circleci/node:12.22-buster -browsers
253
+ - image : circleci/node:10.9-stretch -browsers
253
254
environment :
254
255
PYTHON_VERSION : 2.7
255
256
@@ -279,7 +280,7 @@ jobs:
279
280
280
281
python-3-5-orca :
281
282
docker :
282
- - image : circleci/node:12.22-buster -browsers
283
+ - image : circleci/node:10.9-stretch -browsers
283
284
environment :
284
285
PYTHON_VERSION : 3.5
285
286
@@ -309,7 +310,7 @@ jobs:
309
310
310
311
python-3-7-orca :
311
312
docker :
312
- - image : circleci/node:12.22-buster -browsers
313
+ - image : circleci/node:10.9-stretch -browsers
313
314
environment :
314
315
PYTHON_VERSION : 3.7
315
316
@@ -389,7 +390,7 @@ jobs:
389
390
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
390
391
- image : circleci/python:3.7-stretch-node-browsers
391
392
392
- # working_directory: ~/project
393
+ working_directory : ~/project
393
394
394
395
steps :
395
396
- add_ssh_keys :
You can’t perform that action at this time.
0 commit comments