Skip to content

Commit e1e5421

Browse files
committed
Use optional requirements.txt from percy CI job
1 parent dd9db8d commit e1e5421

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,12 @@ jobs:
158158
python -m venv venv || virtualenv venv
159159
. venv/bin/activate
160160
pip install -e ./packages/python/plotly
161+
pip install -e ./packages/python/plotly-geo
162+
pip install -r ./packages/python/plotly/test_requirements/requirements_37_optional.txt"
161163
- run:
162164
name: Build html figures
163165
command: |
164166
. venv/bin/activate
165-
pip install pandas statsmodels --quiet
166167
python test/percy/plotly-express.py
167168
- run:
168169
name: Run percy snapshots

0 commit comments

Comments
 (0)