mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
disable patchmatch in CI actions (#1626)
* disable patchmatch in CI actions * fix indention * replace tab with spaces Co-authored-by: Matthias Wild <40327258+mauwii@users.noreply.github.com> Co-authored-by: mauwii <Mauwii@outlook.de>
This commit is contained in:
parent
103efea641
commit
f8708f5dbe
1
.github/workflows/test-invoke-conda.yml
vendored
1
.github/workflows/test-invoke-conda.yml
vendored
@ -114,6 +114,7 @@ jobs:
|
|||||||
id: run-tests
|
id: run-tests
|
||||||
run: |
|
run: |
|
||||||
time python scripts/invoke.py \
|
time python scripts/invoke.py \
|
||||||
|
--no-patchmatch \
|
||||||
--model ${{ matrix.stable-diffusion-model }} \
|
--model ${{ matrix.stable-diffusion-model }} \
|
||||||
--from_file ${{ env.TEST_PROMPTS }} \
|
--from_file ${{ env.TEST_PROMPTS }} \
|
||||||
--root="${{ env.INVOKEAI_ROOT }}" \
|
--root="${{ env.INVOKEAI_ROOT }}" \
|
||||||
|
1
.github/workflows/test-invoke-pip.yml
vendored
1
.github/workflows/test-invoke-pip.yml
vendored
@ -113,6 +113,7 @@ jobs:
|
|||||||
id: run-tests
|
id: run-tests
|
||||||
run: |
|
run: |
|
||||||
time ${{ env.pythonLocation }}/bin/python scripts/invoke.py \
|
time ${{ env.pythonLocation }}/bin/python scripts/invoke.py \
|
||||||
|
--no-patchmatch \
|
||||||
--model ${{ matrix.stable-diffusion-model }} \
|
--model ${{ matrix.stable-diffusion-model }} \
|
||||||
--from_file ${{ env.TEST_PROMPTS }} \
|
--from_file ${{ env.TEST_PROMPTS }} \
|
||||||
--root="${{ env.INVOKEAI_ROOT }}" \
|
--root="${{ env.INVOKEAI_ROOT }}" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user