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
|
if [ $REQ_MOD_TIME -gt $VENV_MOD_TIME ]; then
|
||||||
echo "Master branch requirements updated, installing new dependencies..."
|
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
|
echo $REQ_MOD_TIME > .venv-shared/last_update.txt
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user