Add --no-cache-dir to prevent error

This commit is contained in:
2025-09-05 11:47:27 +08:00
parent ec4cd1efc9
commit 6e39d12af5
+1 -1
View File
@@ -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