5
0
justheuristic 3 жил өмнө
parent
commit
dd05f5f2a6

+ 1 - 1
.github/workflows/run-tests.yaml

@@ -26,7 +26,7 @@ jobs:
         run: |
           python -m pip install --upgrade pip
           pip install -r requirements.txt
-      - name: Delete any test models older than 72 hours
+      - name: Delete any test models older than 1 week
         run: |
           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