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 878153d commit e123c65Copy full SHA for e123c65
.github/workflows/linux_cuda_wheel.yaml
@@ -135,5 +135,6 @@ jobs:
135
${CONDA_RUN} python test/decoders/manual_smoke_test.py
136
- name: Run Python tests
137
run: |
138
- ${CONDA_RUN} FAIL_WITHOUT_CUDA=1 pytest test -vvv
+ # We skip test_get_ffmpeg_version because it may not have a micro version.
139
+ ${CONDA_RUN} FAIL_WITHOUT_CUDA=1 pytest test -k "not test_get_ffmpeg_version" -vvv
140
${CONDA_RUN} time python benchmarks/decoders/gpu_benchmark.py --devices=cuda:0,cpu --resize_devices=none
0 commit comments