Skip to content

Commit 1e4c6f8

Browse files
committed
Resolve circleci doc build failures
1 parent 4096595 commit 1e4c6f8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: .circleci/config.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,12 @@ jobs:
483483
pip install -r requirements.txt
484484
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
485485
pip uninstall -y plotly
486-
pip install -e ../packages/python/plotly
486+
cd ../packages/python/plotly
487+
pip install -e .
488+
cd js
489+
npm install
490+
npm run build
491+
cd ../../../../doc
487492
fi
488493
cd ..
489494
- run:

0 commit comments

Comments
 (0)