From 09aee78203ec176b0c48bb99eb549d842f7cacbb Mon Sep 17 00:00:00 2001 From: Diego Vincent <36611253+diegovincent@users.noreply.github.com> Date: Tue, 12 Feb 2019 19:45:27 +0100 Subject: [PATCH] Deleted deprecated argument. --- bin/steps/conda_compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/steps/conda_compile b/bin/steps/conda_compile index 3c9e168..931a114 100755 --- a/bin/steps/conda_compile +++ b/bin/steps/conda_compile @@ -19,7 +19,7 @@ fi if [ -f requirements.txt ]; then puts-step "Installing dependencies using Pip" - pip install -r requirements.txt --exists-action=w --allow-all-external | indent + pip install -r requirements.txt --exists-action=w | indent fi # Clean up the installation environment .