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:
222222 steps :
223223 - attach_workspace :
224224 at : ~/
225+ - python/install-packages :
226+ pkg-manager : pip
225227 - run : sudo apt-get update
226228 - run :
227229 name : Install kaleido, plotly.io and required fonts
@@ -241,6 +243,8 @@ jobs:
241243 steps :
242244 - attach_workspace :
243245 at : ~/
246+ - python/install-packages :
247+ pkg-manager : pip
244248 - run : sudo apt-get update
245249 - run :
246250 name : Install kaleido, plotly.io and required fonts
@@ -261,6 +265,8 @@ jobs:
261265 steps :
262266 - attach_workspace :
263267 at : ~/
268+ - python/install-packages :
269+ pkg-manager : pip
264270 - run : sudo apt-get update
265271 - run :
266272 name : Install kaleido, plotly.io and required fonts
@@ -281,6 +287,8 @@ jobs:
281287 steps :
282288 - attach_workspace :
283289 at : ~/
290+ - python/install-packages :
291+ pkg-manager : pip
284292 - run : sudo apt-get update
285293 - run :
286294 name : Install kaleido, plotly.io and required fonts
@@ -356,6 +364,8 @@ jobs:
356364 steps :
357365 - attach_workspace :
358366 at : ~/
367+ - python/install-packages :
368+ pkg-manager : pip
359369 - run : sudo apt-get update
360370 - run :
361371 name : Install kaleido, plotly.io and required fonts
You can’t perform that action at this time.
0 commit comments