aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVladimir Repin <32306715+mezotaken@users.noreply.github.com>2022-11-14 13:45:21 +0300
committerVladimir Repin <32306715+mezotaken@users.noreply.github.com>2022-11-14 13:45:21 +0300
commit3ffc1c6ceee169fac767a956fd0d4f153b005dbf (patch)
tree4be2dc333aa366d3c0f348fd2fa7819e224a7ba8 /.github
parent93d6c0209ae55632b72751cf82740e32a0cd81bc (diff)
skip cuda test
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run_tests.yaml2
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