Skip to content

Commit f553634

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

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,8 +45,8 @@ commands:
4545
python -m venv venv
4646
. venv/bin/activate
4747
pip install --upgrade pip wheel
48-
python setup.py jsdeps
4948
pip install -r ./test_requirements/requirements_<<parameters.py>>_optional.txt
49+
python setup.py jsdeps
5050
- run:
5151
name: Install plotly-geo
5252
command: |

0 commit comments

Comments
 (0)