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 4096595 commit 1e4c6f8Copy full SHA for 1e4c6f8
.circleci/config.yml
@@ -483,7 +483,12 @@ jobs:
483
pip install -r requirements.txt
484
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
485
pip uninstall -y plotly
486
- pip install -e ../packages/python/plotly
+ cd ../packages/python/plotly
487
+ pip install -e .
488
+ cd js
489
+ npm install
490
+ npm run build
491
+ cd ../../../../doc
492
fi
493
cd ..
494
- run:
0 commit comments