We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae0088 commit 93210e6Copy full SHA for 93210e6
.circleci/config.yml
@@ -45,6 +45,7 @@ commands:
45
python -m venv venv
46
. venv/bin/activate
47
pip install --upgrade pip wheel
48
+ python setup.py jsdeps
49
pip install -r ./test_requirements/requirements_<<parameters.py>>_optional.txt
50
- run:
51
name: Install plotly-geo
@@ -56,7 +57,6 @@ commands:
56
57
name: Test core
58
command: |
59
cd packages/python/plotly
- python setup.py jsdeps
60
61
pytest plotly/tests/test_core
62
no_output_timeout: 20m
0 commit comments