typo in comment

pull/45/head
justheuristic 2 years ago
parent d1b17da45d
commit dd05f5f2a6

@ -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

Loading…
Cancel
Save