Skip to content

Commit e3ef26a

Browse files
authored
bypass confirmation when uninstalling stable plotly (#1941)
* bypass confirmation when uninstalling stable plotly * moved binder dir to top of repo
1 parent c3b77bc commit e3ef26a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ jobs:
420420
npm install orca
421421
pip install -r requirements.txt
422422
if [ "${CIRCLE_BRANCH}" == "master" ]; then
423-
pip uninstall plotly
423+
pip uninstall -y plotly
424424
cd ../packages/python/plotly
425425
python3 setup.py install
426426
cd ../../../doc
File renamed without changes.

0 commit comments

Comments
 (0)