-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Open
Description
🚀 Feature
Run CI tests on pip as well.
Motivation
We have traditionally built torchvision via both conda and pip, but we only perform tests on conda.
This has been generally fine because there was nothing which was specific to pip that could affect runtime and wouldn't be catch by a conda test.
This is not true anymore since the addition of libpng / libjpeg / ffmpeg as dependencies to torchvision, which requires different manipulations for pip.
This lack of coverage is illustrated in #2775, where only the conda binaries work, and not the pip packages.