### 🐛 Describe the bug Rerunning the CI tests on top of the `release/0.11` branch leads to the following failures (see #5234): - All the `cmake_*` jobs fail with `PackagesNotFoundError: pytorch=1.10.1`: [example](https://app.circleci.com/pipelines/github/pytorch/vision/14157/workflows/d1597a5d-acc7-4adf-b4ac-8bc31ad9a9bd/jobs/1139308) - All the `unittest_*_py3.6` jobs fail with `Failed building wheel for av`: [example](https://app.circleci.com/pipelines/github/pytorch/vision/14157/workflows/3f738e6a-ba4b-4895-bc0b-734b03f43a8f/jobs/1139346) ### Versions `release/0.11` branch - 34395c75ec6756204eea7b9a3a1ded93980e37bd cc @seemethere