Skip to content

Commit 630c257

Browse files
committed
provide pip
1 parent 1873482 commit 630c257

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)