Skip to content

Commit 9c7a56d

Browse files
committed
use virtual environment
1 parent f33e265 commit 9c7a56d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,11 @@ jobs:
261261
steps:
262262
- attach_workspace:
263263
at: ~/
264+
- run:
265+
name: Create and activate virtual environment
266+
command: |
267+
python -m venv venv
268+
source venv/bin/activate
264269
- run: sudo apt-get update
265270
- run:
266271
name: Install kaleido, plotly.io and required fonts

0 commit comments

Comments
 (0)