You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .circleci/config.yml
+49-14Lines changed: 49 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ jobs:
44
44
install-firefox: false
45
45
install-geckodriver: false
46
46
install-chrome: true
47
-
chrome-version: "127.0.6533.119"
47
+
chrome-version: "132.0.6834.110"
48
48
- attach_workspace:
49
49
at: ~/
50
50
- run:
@@ -83,7 +83,7 @@ jobs:
83
83
install-firefox: false
84
84
install-geckodriver: false
85
85
install-chrome: true
86
-
chrome-version: "127.0.6533.119"
86
+
chrome-version: "132.0.6834.110"
87
87
- attach_workspace:
88
88
at: ~/
89
89
- run:
@@ -105,7 +105,7 @@ jobs:
105
105
install-firefox: false
106
106
install-geckodriver: false
107
107
install-chrome: true
108
-
chrome-version: "127.0.6533.119"
108
+
chrome-version: "132.0.6834.110"
109
109
- attach_workspace:
110
110
at: ~/
111
111
- run:
@@ -127,7 +127,7 @@ jobs:
127
127
install-firefox: false
128
128
install-geckodriver: false
129
129
install-chrome: true
130
-
chrome-version: "127.0.6533.119"
130
+
chrome-version: "132.0.6834.110"
131
131
- attach_workspace:
132
132
at: ~/
133
133
- run:
@@ -168,7 +168,7 @@ jobs:
168
168
install-firefox: false
169
169
install-geckodriver: false
170
170
install-chrome: true
171
-
chrome-version: "127.0.6533.119"
171
+
chrome-version: "132.0.6834.110"
172
172
- attach_workspace:
173
173
at: ~/
174
174
- run:
@@ -189,7 +189,7 @@ jobs:
189
189
install-firefox: false
190
190
install-geckodriver: false
191
191
install-chrome: true
192
-
chrome-version: "127.0.6533.119"
192
+
chrome-version: "132.0.6834.110"
193
193
- attach_workspace:
194
194
at: ~/
195
195
- run:
@@ -217,11 +217,12 @@ jobs:
217
217
make-baselines-virtual-webgl:
218
218
parallelism: 8
219
219
docker:
220
-
- image: circleci/python:3.8.9
220
+
- image: cimg/python:3.12.11
221
221
working_directory: ~/plotly.js
222
222
steps:
223
223
- attach_workspace:
224
224
at: ~/
225
+
- run: sudo apt-get update
225
226
- run:
226
227
name: Install kaleido, plotly.io and required fonts
227
228
command: .circleci/env_image.sh
@@ -235,11 +236,12 @@ jobs:
235
236
236
237
make-baselines-mathjax3:
237
238
docker:
238
-
- image: circleci/python:3.8.9
239
+
- image: cimg/python:3.12.11
239
240
working_directory: ~/plotly.js
240
241
steps:
241
242
- attach_workspace:
242
243
at: ~/
244
+
- run: sudo apt-get update
243
245
- run:
244
246
name: Install kaleido, plotly.io and required fonts
245
247
command: .circleci/env_image.sh
@@ -254,11 +256,12 @@ jobs:
254
256
make-baselines:
255
257
parallelism: 12
256
258
docker:
257
-
- image: circleci/python:3.8.9
259
+
- image: cimg/python:3.12.11
258
260
working_directory: ~/plotly.js
259
261
steps:
260
262
- attach_workspace:
261
263
at: ~/
264
+
- run: sudo apt-get update
262
265
- run:
263
266
name: Install kaleido, plotly.io and required fonts
264
267
command: .circleci/env_image.sh
@@ -273,11 +276,12 @@ jobs:
273
276
make-baselines-b64:
274
277
parallelism: 12
275
278
docker:
276
-
- image: circleci/python:3.8.9
279
+
- image: cimg/python:3.12.11
277
280
working_directory: ~/plotly.js
278
281
steps:
279
282
- attach_workspace:
280
283
at: ~/
284
+
- run: sudo apt-get update
281
285
- run:
282
286
name: Install kaleido, plotly.io and required fonts
283
287
command: .circleci/env_image.sh
@@ -347,11 +351,12 @@ jobs:
347
351
348
352
make-exports:
349
353
docker:
350
-
- image: circleci/python:3.8.9
354
+
- image: cimg/python:3.12.11
351
355
working_directory: ~/plotly.js
352
356
steps:
353
357
- attach_workspace:
354
358
at: ~/
359
+
- run: sudo apt-get update
355
360
- run:
356
361
name: Install kaleido, plotly.io and required fonts
357
362
command: .circleci/env_image.sh
@@ -362,7 +367,7 @@ jobs:
362
367
sudo apt-get install poppler-utils
363
368
- run:
364
369
name: Create svg, jpg, jpeg, webp, pdf and eps files
365
-
command: python3 test/image/make_exports.py
370
+
command: sudo python3 test/image/make_exports.py
366
371
- persist_to_workspace:
367
372
root: ~/
368
373
paths:
@@ -407,7 +412,7 @@ jobs:
407
412
name: Run syntax tests on source files
408
413
command: .circleci/test.sh source-syntax
409
414
410
-
publish-dist:
415
+
publish-dist:&publish-dist
411
416
docker:
412
417
- image: cimg/node:18.20.4
413
418
working_directory: ~/plotly.js
@@ -465,6 +470,11 @@ jobs:
465
470
name: Test plot-schema.json diff - If failed, after (npm start) you could run (npm run schema && git add test/plot-schema.json && git commit -m "update plot-schema diff")
command: cd stackgl_modules && cp index.js INDEX.js && npm run bundle-stackgl
480
490
- run:
481
-
name: Test stackgl_modules/index.js diff - If failed please remember this file in auto generated and you should not modify it directly until a dependeny change. To suggest changes please submit pull request to the relevant dependency.
491
+
name: Test stackgl_modules/index.js diff - If failed please remember this file in auto generated and you should not modify it directly until a dependency change. To suggest changes please submit pull request to the relevant dependency.
0 commit comments