mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
temporary solution to ci until new version of mmcv is avaliable (#127)
* temporary solution to ci until new version of mmcv is avaliable * temporary solution to ci until new version of mmcv is avaliable
This commit is contained in:
parent
3e20b5efa6
commit
abb3234689
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -54,6 +54,10 @@ jobs:
|
|||||||
if: ${{matrix.torchvision < 0.5}}
|
if: ${{matrix.torchvision < 0.5}}
|
||||||
- name: Install PyTorch
|
- 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
|
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
|
- name: Install MMCV
|
||||||
run: |
|
run: |
|
||||||
pip install --use-deprecated=legacy-resolver mmcv-full==latest+torch${{matrix.torch}} -f https://download.openmmlab.com/mmcv/dist/index.html
|
pip install --use-deprecated=legacy-resolver mmcv-full==latest+torch${{matrix.torch}} -f https://download.openmmlab.com/mmcv/dist/index.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user