Skip to content

CI tests only run on conda #2776

@fmassa

Description

@fmassa

🚀 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.

cc @andfoy @seemethere

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions