From 74a186288cc6cb6cebb38be17a57cafdc033ded8 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Tue, 5 Mar 2024 15:00:59 +0100
Subject: [PATCH] Silence pip install

---
 run_SEPTREFHUM.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/run_SEPTREFHUM.sh b/run_SEPTREFHUM.sh
index 965e4f5..dca48bb 100755
--- a/run_SEPTREFHUM.sh
+++ b/run_SEPTREFHUM.sh
@@ -53,8 +53,8 @@ cd $APP_PATH
 # Create and activate the virtual environment
 python3 -m venv .venv
 . .venv/bin/activate
-python3 -m pip install --upgrade pip
-pip install -r $REQUIREMENTS
+python3 -m pip install -q --upgrade pip
+pip install -q -r $REQUIREMENTS
 
 # Run the model
 echo "==== `date`: Running model" &>> "$LOG_FILE"
-- 
GitLab