Skip to content

Commit 7209854

Browse files
committed
.
1 parent 009c85b commit 7209854

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ jobs:
135135
${CONDA_RUN} python test/decoders/manual_smoke_test.py
136136
- name: Run Python tests
137137
run: |
138-
# 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
138+
${CONDA_RUN} FAIL_WITHOUT_CUDA=1 pytest test -vvv
140139
- name: Run Python benchmark
141140
run: |
142141
${CONDA_RUN} time python benchmarks/decoders/gpu_benchmark.py --devices=cuda:0,cpu --resize_devices=none

0 commit comments

Comments
 (0)