mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05: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