Skip to content
Snippets Groups Projects
Commit 74a18628 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Silence pip install

parent df3956d5
Branches
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment