mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-11-27 06:40:10 +08:00
skip cuda test
This commit is contained in:
parent
93d6c0209a
commit
3ffc1c6cee
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…
Reference in New Issue
Block a user