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:
222222 steps :
223223 - attach_workspace :
224224 at : ~/
225+ - run : sudo apt-get update
225226 - run :
226227 name : Install kaleido, plotly.io and required fonts
227228 command : .circleci/env_image.sh
@@ -240,6 +241,7 @@ jobs:
240241 steps :
241242 - attach_workspace :
242243 at : ~/
244+ - run : sudo apt-get update
243245 - run :
244246 name : Install kaleido, plotly.io and required fonts
245247 command : .circleci/env_image.sh
@@ -259,6 +261,7 @@ jobs:
259261 steps :
260262 - attach_workspace :
261263 at : ~/
264+ - run : sudo apt-get update
262265 - run :
263266 name : Install kaleido, plotly.io and required fonts
264267 command : .circleci/env_image.sh
@@ -278,6 +281,7 @@ jobs:
278281 steps :
279282 - attach_workspace :
280283 at : ~/
284+ - run : sudo apt-get update
281285 - run :
282286 name : Install kaleido, plotly.io and required fonts
283287 command : .circleci/env_image.sh
@@ -352,6 +356,7 @@ jobs:
352356 steps :
353357 - attach_workspace :
354358 at : ~/
359+ - run : sudo apt-get update
355360 - run :
356361 name : Install kaleido, plotly.io and required fonts
357362 command : .circleci/env_image.sh
You can’t perform that action at this time.
0 commit comments