From 996d2a76412422bcfb6e2ebd486c4cff97ad49b8 Mon Sep 17 00:00:00 2001 From: LXXXXR <73265258+LXXXXR@users.noreply.github.com> Date: Wed, 30 Dec 2020 17:11:33 +0800 Subject: [PATCH] Revert "temporary solution to ci until new version of mmcv is avaliable (#127)" (#128) This reverts commit abb32346899f34c6b844a78c041f5e5b9214cf2b. --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d9b6034..6a4c0f77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,10 +54,6 @@ jobs: if: ${{matrix.torchvision < 0.5}} - name: Install PyTorch run: pip install --use-deprecated=legacy-resolver torch==${{matrix.torch}} torchvision==${{matrix.torchvision}} -f https://download.pytorch.org/whl/torch_stable.html - # temporary solution until new version of mmcv is avaliable - - name: Install pytest - run: | - pip install pytest - name: Install MMCV run: | pip install --use-deprecated=legacy-resolver mmcv-full==latest+torch${{matrix.torch}} -f https://download.openmmlab.com/mmcv/dist/index.html