diff --git a/.github/workflows/test-invoke-conda.yml b/.github/workflows/test-invoke-conda.yml index 7fca610582..b70e8ff2a1 100644 --- a/.github/workflows/test-invoke-conda.yml +++ b/.github/workflows/test-invoke-conda.yml @@ -111,10 +111,9 @@ jobs: - name: Run the tests id: run-tests run: | - echo "!switch ${{ matrix.stable-diffusion-model-switch }}" > testprompts.txt - cat ${{ env.TEST_PROMPTS }} >> testprompts.txt time python scripts/invoke.py \ - --from_file testprompts.txt + --model ${{ matrix.stable-diffusion-model-switch }} \ + --from_file ${{ env.TEST_PROMPTS }} - name: export conda env id: export-conda-env