mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 15:15:38 -05:00
Remove wheels-ing on deployment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user