File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,8 @@ jobs:
222
222
steps :
223
223
- attach_workspace :
224
224
at : ~/
225
+ - python/install-packages :
226
+ pkg-manager : pip
225
227
- run : sudo apt-get update
226
228
- run :
227
229
name : Install kaleido, plotly.io and required fonts
@@ -241,6 +243,8 @@ jobs:
241
243
steps :
242
244
- attach_workspace :
243
245
at : ~/
246
+ - python/install-packages :
247
+ pkg-manager : pip
244
248
- run : sudo apt-get update
245
249
- run :
246
250
name : Install kaleido, plotly.io and required fonts
@@ -261,6 +265,8 @@ jobs:
261
265
steps :
262
266
- attach_workspace :
263
267
at : ~/
268
+ - python/install-packages :
269
+ pkg-manager : pip
264
270
- run : sudo apt-get update
265
271
- run :
266
272
name : Install kaleido, plotly.io and required fonts
@@ -281,6 +287,8 @@ jobs:
281
287
steps :
282
288
- attach_workspace :
283
289
at : ~/
290
+ - python/install-packages :
291
+ pkg-manager : pip
284
292
- run : sudo apt-get update
285
293
- run :
286
294
name : Install kaleido, plotly.io and required fonts
@@ -356,6 +364,8 @@ jobs:
356
364
steps :
357
365
- attach_workspace :
358
366
at : ~/
367
+ - python/install-packages :
368
+ pkg-manager : pip
359
369
- run : sudo apt-get update
360
370
- run :
361
371
name : Install kaleido, plotly.io and required fonts
You can’t perform that action at this time.
0 commit comments