From cb1705075eb48927b9d471dc33d135e6b52fbd0a Mon Sep 17 00:00:00 2001 From: sandcha Date: Tue, 19 Feb 2019 11:30:10 +0100 Subject: [PATCH] Delete upgrade eager install for latest api --- fr.openfisca.org/api/latest/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr.openfisca.org/api/latest/deploy.sh b/fr.openfisca.org/api/latest/deploy.sh index f9a0f794..b6a77737 100644 --- a/fr.openfisca.org/api/latest/deploy.sh +++ b/fr.openfisca.org/api/latest/deploy.sh @@ -5,7 +5,7 @@ set -ex REQUIREMENTS="/home/openfisca/openfisca-ops/fr.openfisca.org/api/latest/requirements.txt" source /home/openfisca/virtualenvs/api-fr-latest/bin/activate -pip install --requirement "$REQUIREMENTS" --upgrade --upgrade-strategy eager +pip install --requirement "$REQUIREMENTS" # The current user must have been specifically allowed to run the next command # Use the visudo command to do so sudo systemctl restart openfisca-web-api-fr-latest.service