Skip to content

Commit f8708f5

Browse files
lsteinmauwii
andauthored
disable patchmatch in CI actions (#1626)
* disable patchmatch in CI actions * fix indention * replace tab with spaces Co-authored-by: Matthias Wild <[email protected]> Co-authored-by: mauwii <[email protected]>
1 parent 103efea commit f8708f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test-invoke-conda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
id: run-tests
115115
run: |
116116
time python scripts/invoke.py \
117+
--no-patchmatch \
117118
--model ${{ matrix.stable-diffusion-model }} \
118119
--from_file ${{ env.TEST_PROMPTS }} \
119120
--root="${{ env.INVOKEAI_ROOT }}" \

.github/workflows/test-invoke-pip.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
id: run-tests
114114
run: |
115115
time ${{ env.pythonLocation }}/bin/python scripts/invoke.py \
116+
--no-patchmatch \
116117
--model ${{ matrix.stable-diffusion-model }} \
117118
--from_file ${{ env.TEST_PROMPTS }} \
118119
--root="${{ env.INVOKEAI_ROOT }}" \

0 commit comments

Comments
 (0)