File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,7 @@ jobs:
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
@@ -240,6 +241,7 @@ jobs:
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
@@ -259,6 +261,7 @@ jobs:
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
@@ -278,6 +281,7 @@ jobs:
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
@@ -352,6 +356,7 @@ jobs:
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
You can’t perform that action at this time.
0 commit comments