mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-08 09:58:20 -04:00
Use python wheels to speed up deployments
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
echo "Install dependencies"
|
||||
cd /home/notify-app/notifications-admin;
|
||||
pip3 install -r /home/notify-app/notifications-admin/requirements.txt
|
||||
pip3 install --find-links=wheelhouse -r /home/notify-app/notifications-admin/requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user