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

Silence venv creation

parent 1b6f2f15
No related branches found
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