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 7664ac9 commit 3578bacCopy full SHA for 3578bac
.circleci/config.yml
@@ -46,7 +46,9 @@ commands:
46
. venv/bin/activate
47
pip install --upgrade pip wheel
48
pip install -r ./test_requirements/requirements_<<parameters.py>>_optional.txt
49
- python setup.py jsdeps
+ cd js
50
+ npm install
51
+ npm run build
52
- run:
53
name: Install plotly-geo
54
command: |
0 commit comments