From cce8ad75ba27d82c215fe7d654be0d7ef64be184 Mon Sep 17 00:00:00 2001 From: zachglassman Date: Tue, 12 Jun 2018 08:45:21 -0700 Subject: [PATCH] remove allow external --- 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 .