From e3ef26a47f48b503ff6ab13ea3cee0a04dfc509c Mon Sep 17 00:00:00 2001 From: Emmanuelle Gouillart Date: Mon, 2 Dec 2019 13:29:58 -0500 Subject: [PATCH] bypass confirmation when uninstalling stable plotly (#1941) * bypass confirmation when uninstalling stable plotly * moved binder dir to top of repo --- .circleci/config.yml | 2 +- {doc/binder => binder}/requirements.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {doc/binder => binder}/requirements.txt (100%) diff --git a/.circleci/config.yml b/.circleci/config.yml index e499f06d1b..756734e08d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/doc/binder/requirements.txt b/binder/requirements.txt similarity index 100% rename from doc/binder/requirements.txt rename to binder/requirements.txt