Revert "Ensure all wheels are installed offline from the wheelhouse directory"

This commit is contained in:
imdadahad
2017-02-23 16:43:09 +00:00
committed by GitHub
parent 1254008e2e
commit 4ac6043701

View File

@@ -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