Skip to content

Commit 9aaa1e8

Browse files
committed
Shorter traceback
1 parent b32f44a commit 9aaa1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
${CONDA_RUN} python test/decoders/manual_smoke_test.py
142142
- name: Run Python tests
143143
run: |
144-
${CONDA_RUN} FAIL_WITHOUT_CUDA=1 pytest test -vvv
144+
${CONDA_RUN} FAIL_WITHOUT_CUDA=1 pytest test -v --tb=short
145145
- name: Run Python benchmark
146146
run: |
147147
${CONDA_RUN} time python benchmarks/decoders/gpu_benchmark.py --devices=cuda:0,cpu --resize_devices=none

0 commit comments

Comments
 (0)