Skip to content

Commit 226817e

Browse files
committed
remove circle ci modifications
1 parent dd21b48 commit 226817e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,6 @@ jobs:
405405
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
406406
pip uninstall -y plotly
407407
cd ../packages/python/plotly
408-
# To be removed after plotly.js release
409-
pip install inflect black tox
410-
python3 setup.py updateplotlyjsdev --devbranch fast-image
411408
python3 setup.py install
412409
cd ../../../doc
413410
fi
@@ -444,9 +441,7 @@ jobs:
444441
cd ../..
445442
fi
446443
tar -zcf build/html.tgz build/html
447-
# Do not zip so that reviewers can take a look at doc online
448-
# rm -rf build/html build/ipynb
449-
rm -rf build/ipynb
444+
rm -rf build/html build/ipynb
450445
cd ..
451446
452447
- run:

0 commit comments

Comments
 (0)