Skip to content

Commit 73647ee

Browse files
author
Frédéric Collonval
committed
Reduce number of CI changes
1 parent fea5475 commit 73647ee

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: .circleci/config.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
environment:
9494
PERCY_ENABLED: True
9595
PERCY_PROJECT: plotly/plotly.py
96+
resource_class: large
9697

9798
steps:
9899
- checkout
@@ -249,7 +250,7 @@ jobs:
249250

250251
python-2-7-orca:
251252
docker:
252-
- image: circleci/node:12.22-buster-browsers
253+
- image: circleci/node:10.9-stretch-browsers
253254
environment:
254255
PYTHON_VERSION: 2.7
255256

@@ -279,7 +280,7 @@ jobs:
279280

280281
python-3-5-orca:
281282
docker:
282-
- image: circleci/node:12.22-buster-browsers
283+
- image: circleci/node:10.9-stretch-browsers
283284
environment:
284285
PYTHON_VERSION: 3.5
285286

@@ -309,7 +310,7 @@ jobs:
309310

310311
python-3-7-orca:
311312
docker:
312-
- image: circleci/node:12.22-buster-browsers
313+
- image: circleci/node:10.9-stretch-browsers
313314
environment:
314315
PYTHON_VERSION: 3.7
315316

@@ -389,7 +390,7 @@ jobs:
389390
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
390391
- image: circleci/python:3.7-stretch-node-browsers
391392

392-
# working_directory: ~/project
393+
working_directory: ~/project
393394

394395
steps:
395396
- add_ssh_keys:

0 commit comments

Comments
 (0)