mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 10:51:03 -08:00
skip cuda test
This commit is contained in:
parent
93d6c0209a
commit
3ffc1c6cee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run_tests.yaml
vendored
2
.github/workflows/run_tests.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue