We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32f44a commit 9aaa1e8Copy full SHA for 9aaa1e8
.github/workflows/linux_cuda_wheel.yaml
@@ -141,7 +141,7 @@ jobs:
141
${CONDA_RUN} python test/decoders/manual_smoke_test.py
142
- name: Run Python tests
143
run: |
144
- ${CONDA_RUN} FAIL_WITHOUT_CUDA=1 pytest test -vvv
+ ${CONDA_RUN} FAIL_WITHOUT_CUDA=1 pytest test -v --tb=short
145
- name: Run Python benchmark
146
147
${CONDA_RUN} time python benchmarks/decoders/gpu_benchmark.py --devices=cuda:0,cpu --resize_devices=none
0 commit comments