Skip to content

Commit b35e661

Browse files
committed
use virtualenv for percy testing
1 parent 38087fe commit b35e661

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ jobs:
9595
- run:
9696
name: Install requirements
9797
command: |
98+
sudo pip install --upgrade virtualenv
99+
python -m venv venv || virtualenv venv
100+
. venv/bin/activate
98101
pip install -e ./packages/python/plotly
99102
- run:
100103
name: Build html figures

0 commit comments

Comments
 (0)