Remove wheels-ing on deployment

This commit is contained in:
Imdad Ahad
2017-07-21 14:26:59 +01:00
parent 27b5c883bc
commit 6da3d3ed0b
3 changed files with 3 additions and 6 deletions

View File

@@ -5,4 +5,4 @@ set -eo pipefail
echo "Install dependencies"
cd /home/notify-app/notifications-api;
pip3 install --find-links=wheelhouse -r /home/notify-app/notifications-api/requirements.txt
pip3 install -r /home/notify-app/notifications-api/requirements.txt