Action_Debug #17

Merged
yuysh merged 6 commits from Action_Debug into master 2025-09-05 03:55:48 +00:00
Showing only changes of commit 6e39d12af5 - Show all commits
+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