Skip to content

Commit

Permalink
Revert "Ensure all wheels are installed offline from the wheelhouse d…
Browse files Browse the repository at this point in the history
…irectory"
  • Loading branch information
imdadahad committed Feb 23, 2017
1 parent 1254008 commit 4ac6043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws_install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4ac6043

Please sign in to comment.