mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-17 18:52:30 -05:00
Merge pull request #831 from alphagov/feat-install-all-wheels-offline
Ensure all wheels are installed offline from the wheelhouse directory
This commit is contained in:
@@ -5,4 +5,4 @@ set -eo pipefail
|
|||||||
echo "Install dependencies"
|
echo "Install dependencies"
|
||||||
|
|
||||||
cd /home/notify-app/notifications-api;
|
cd /home/notify-app/notifications-api;
|
||||||
pip3 install --find-links=wheelhouse -r /home/notify-app/notifications-api/requirements.txt
|
pip3 install --no-index --find-links=wheelhouse wheelhouse/*
|
||||||
|
|||||||
Reference in New Issue
Block a user