Revert "temporary solution to ci until new version of mmcv is avaliable (#127)" (#128)

This reverts commit abb3234689.
pull/129/head
LXXXXR 2020-12-30 17:11:33 +08:00 committed by GitHub
parent d291f2d889
commit 996d2a7641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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