Skip to content

Commit 45fca22

Browse files
committed
Move jsdeps call to core tests
1 parent 2a7208f commit 45fca22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ commands:
5656
name: Test core
5757
command: |
5858
cd packages/python/plotly
59+
python setup.py jsdeps
5960
. venv/bin/activate
6061
pytest plotly/tests/test_core
6162
no_output_timeout: 20m
@@ -64,7 +65,6 @@ commands:
6465
command: |
6566
cd packages/python/plotly
6667
. venv/bin/activate
67-
python setup.py jsdeps
6868
pytest plotly/tests/test_optional
6969
no_output_timeout: 40m
7070
- run:

0 commit comments

Comments
 (0)