From a940c25dd741352ff9dc8bf43f09684dfcae7129 Mon Sep 17 00:00:00 2001 From: Emmanuelle Gouillart Date: Mon, 2 Dec 2019 12:20:07 -0500 Subject: [PATCH 1/2] bypass confirmation when uninstalling stable plotly --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e499f06d1b7..756734e08d0 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 From e7473a04ad3e23103ed6f629eab81f8a11d2c1b0 Mon Sep 17 00:00:00 2001 From: Emmanuelle Gouillart Date: Mon, 2 Dec 2019 13:11:43 -0500 Subject: [PATCH 2/2] moved binder dir to top of repo --- {doc/binder => binder}/requirements.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {doc/binder => binder}/requirements.txt (100%) 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