Skip to content

Commit 20886ef

Browse files
committed
Resolve ci failures
1 parent 2dbdcea commit 20886ef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ jobs:
441441
npm pack
442442
mv jupyterlab-plotly*.tgz ../../../output
443443
cd ../../python/plotly/js
444+
npm install
444445
npm run build
445446
mv ../bundle.js ../../../../output
446447
@@ -489,7 +490,12 @@ jobs:
489490
pip install -r requirements.txt
490491
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
491492
pip uninstall -y plotly
492-
pip install -e ../packages/python/plotly
493+
cd ../packages/python/plotly
494+
pip install -e .
495+
cd js
496+
npm install
497+
npm run build
498+
cd ../../../../doc
493499
fi
494500
cd ..
495501
- run:

0 commit comments

Comments
 (0)