Skip to content

Commit 3ffc1c6

Browse files
committed
skip cuda test
1 parent 93d6c02 commit 3ffc1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
${{ runner.os }}-pip-
2323
- name: Run tests
2424
run: |
25-
export COMMANDLINE_ARGS="--tests basic_features --no-half --disable-opt-split-attention --use-cpu all"
25+
export COMMANDLINE_ARGS="--tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test"
2626
python launch.py

0 commit comments

Comments
 (0)