mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add --no-interactive to preload_models step
This commit is contained in:
parent
a7517ce0de
commit
5319796e58
4
.github/workflows/test-invoke-conda.yml
vendored
4
.github/workflows/test-invoke-conda.yml
vendored
@ -93,7 +93,9 @@ jobs:
|
|||||||
${{ env.cache-name }}-${{ hashFiles('scripts/preload_models.py') }}
|
${{ env.cache-name }}-${{ hashFiles('scripts/preload_models.py') }}
|
||||||
|
|
||||||
- name: run 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
|
- name: Run the tests
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user