|
@@ -26,7 +26,7 @@ jobs:
|
|
run: |
|
|
run: |
|
|
python -m pip install --upgrade pip
|
|
python -m pip install --upgrade pip
|
|
pip install -r requirements.txt
|
|
pip install -r requirements.txt
|
|
- - name: Delete any test models older than 72 hours
|
|
|
|
|
|
+ - name: Delete any test models older than 1 week
|
|
run: |
|
|
run: |
|
|
python tests/scripts/remove_old_models.py --author bloom-testing --use_auth_token $BLOOM_TESTING_WRITE_TOKEN
|
|
python tests/scripts/remove_old_models.py --author bloom-testing --use_auth_token $BLOOM_TESTING_WRITE_TOKEN
|
|
- name: Delete previous version of this model, if exists
|
|
- name: Delete previous version of this model, if exists
|