Skip to content

Commit 93210e6

Browse files
committed
Move jsdeps to an earlier step
1 parent cae0088 commit 93210e6

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
@@ -45,6 +45,7 @@ commands:
4545
python -m venv venv
4646
. venv/bin/activate
4747
pip install --upgrade pip wheel
48+
python setup.py jsdeps
4849
pip install -r ./test_requirements/requirements_<<parameters.py>>_optional.txt
4950
- run:
5051
name: Install plotly-geo
@@ -56,7 +57,6 @@ commands:
5657
name: Test core
5758
command: |
5859
cd packages/python/plotly
59-
python setup.py jsdeps
6060
. venv/bin/activate
6161
pytest plotly/tests/test_core
6262
no_output_timeout: 20m

0 commit comments

Comments
 (0)