Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8308efee63 | ||
|
|
6e39d12af5 |
@@ -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