Skip to content

Commit da50726

Browse files
committed
provide pip
1 parent 1873482 commit da50726

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
@@ -220,6 +220,8 @@ jobs:
220220
- image: cimg/python:3.12.11
221221
working_directory: ~/plotly.js
222222
steps:
223+
- python/install-packages:
224+
pkg-manager: pip
223225
- attach_workspace:
224226
at: ~/
225227
- run: sudo apt-get update
@@ -239,6 +241,8 @@ jobs:
239241
- image: cimg/python:3.12.11
240242
working_directory: ~/plotly.js
241243
steps:
244+
- python/install-packages:
245+
pkg-manager: pip
242246
- attach_workspace:
243247
at: ~/
244248
- run: sudo apt-get update
@@ -259,6 +263,8 @@ jobs:
259263
- image: cimg/python:3.12.11
260264
working_directory: ~/plotly.js
261265
steps:
266+
- python/install-packages:
267+
pkg-manager: pip
262268
- attach_workspace:
263269
at: ~/
264270
- run: sudo apt-get update
@@ -279,6 +285,8 @@ jobs:
279285
- image: cimg/python:3.12.11
280286
working_directory: ~/plotly.js
281287
steps:
288+
- python/install-packages:
289+
pkg-manager: pip
282290
- attach_workspace:
283291
at: ~/
284292
- run: sudo apt-get update
@@ -354,6 +362,8 @@ jobs:
354362
- image: cimg/python:3.12.11
355363
working_directory: ~/plotly.js
356364
steps:
365+
- python/install-packages:
366+
pkg-manager: pip
357367
- attach_workspace:
358368
at: ~/
359369
- run: sudo apt-get update

0 commit comments

Comments
 (0)