From 4ac604370179648b20aec2cff25e9940d49a9721 Mon Sep 17 00:00:00 2001 From: imdadahad Date: Thu, 23 Feb 2017 16:43:09 +0000 Subject: [PATCH] Revert "Ensure all wheels are installed offline from the wheelhouse directory" --- scripts/aws_install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/aws_install_dependencies.sh b/scripts/aws_install_dependencies.sh index da4591e30..03daadb21 100755 --- a/scripts/aws_install_dependencies.sh +++ b/scripts/aws_install_dependencies.sh @@ -5,4 +5,4 @@ set -eo pipefail echo "Install dependencies" cd /home/notify-app/notifications-api; -pip3 install --no-index --find-links=wheelhouse wheelhouse/* +pip3 install --find-links=wheelhouse -r /home/notify-app/notifications-api/requirements.txt