Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9350e1

Browse files
committed
print plotly version
1 parent c2796ee commit c9350e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ jobs:
406406
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
407407
pip uninstall -y plotly
408408
cd ../packages/python/plotly
409-
python3 setup.py install
409+
pip install -e .
410410
cd ../../../doc
411411
fi
412412
echo 'export PATH="/home/circleci/project/doc/node_modules/.bin:$PATH"' >> $BASH_ENV
@@ -465,6 +465,7 @@ jobs:
465465
cd doc
466466
. venv/bin/activate
467467
cd apidoc
468+
pip list | grep plotly
468469
make html
469470
if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
470471
cd _build/html

0 commit comments

Comments
 (0)