Add --no-cache-dir to prevent error
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
||||
|
||||
if [ $REQ_MOD_TIME -gt $VENV_MOD_TIME ]; then
|
||||
echo "Master branch requirements updated, installing new dependencies..."
|
||||
pip install -r requirements.txt
|
||||
pip install -r requirements.txt --no-cache-dir
|
||||
echo $REQ_MOD_TIME > .venv-shared/last_update.txt
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user