add --no-interactive to preload_models step

This commit is contained in:
mauwii 2022-10-30 06:47:24 +01:00 committed by Lincoln Stein
parent a7517ce0de
commit 5319796e58

View File

@ -93,7 +93,9 @@ jobs:
${{ env.cache-name }}-${{ hashFiles('scripts/preload_models.py') }}
- name: run preload_models.py
run: python scripts/preload_models.py
run: |
python scripts/preload_models.py \
--no-interactive
- name: Run the tests
run: |