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 2a7208f commit 45fca22Copy full SHA for 45fca22
.circleci/config.yml
@@ -56,6 +56,7 @@ commands:
56
name: Test core
57
command: |
58
cd packages/python/plotly
59
+ python setup.py jsdeps
60
. venv/bin/activate
61
pytest plotly/tests/test_core
62
no_output_timeout: 20m
@@ -64,7 +65,6 @@ commands:
64
65
66
67
- python setup.py jsdeps
68
pytest plotly/tests/test_optional
69
no_output_timeout: 40m
70
- run:
0 commit comments