pytorch / torchcodec

PyTorch video decoding
BSD 3-Clause "New" or "Revised" License
77 stars 9 forks source link

Prevent CUDA tests from running if there is a build problem #289

Closed scotts closed 2 weeks ago

scotts commented 2 weeks ago

Prevents the install-and-test phase from running if there is a problem during build. Such problems tend to be ephemeral network issues during install.

PR #230 will address general Linux and Mac.