diff options
author | Vladimir Repin <32306715+mezotaken@users.noreply.github.com> | 2022-11-14 10:45:21 +0000 |
---|---|---|
committer | Vladimir Repin <32306715+mezotaken@users.noreply.github.com> | 2022-11-14 10:45:21 +0000 |
commit | 3ffc1c6ceee169fac767a956fd0d4f153b005dbf (patch) | |
tree | 4be2dc333aa366d3c0f348fd2fa7819e224a7ba8 /.github/workflows | |
parent | 93d6c0209ae55632b72751cf82740e32a0cd81bc (diff) | |
download | stable-diffusion-webui-gfx803-3ffc1c6ceee169fac767a956fd0d4f153b005dbf.tar.gz stable-diffusion-webui-gfx803-3ffc1c6ceee169fac767a956fd0d4f153b005dbf.tar.bz2 stable-diffusion-webui-gfx803-3ffc1c6ceee169fac767a956fd0d4f153b005dbf.zip |
skip cuda test
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/run_tests.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index a56a8110..f3048681 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -22,5 +22,5 @@ jobs: ${{ runner.os }}-pip- - name: Run tests run: | - export COMMANDLINE_ARGS="--tests basic_features --no-half --disable-opt-split-attention --use-cpu all" + export COMMANDLINE_ARGS="--tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test" python launch.py |