Skip to content

Commit

Permalink
bypass confirmation when uninstalling stable plotly (#1941)
Browse files Browse the repository at this point in the history
* bypass confirmation when uninstalling stable plotly

* moved binder dir to top of repo
  • Loading branch information
emmanuelle authored Dec 2, 2019
1 parent c3b77bc commit e3ef26a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ jobs:
npm install orca
pip install -r requirements.txt
if [ "${CIRCLE_BRANCH}" == "master" ]; then
pip uninstall plotly
pip uninstall -y plotly
cd ../packages/python/plotly
python3 setup.py install
cd ../../../doc
Expand Down
File renamed without changes.

0 comments on commit e3ef26a

Please sign in to comment.