@ -49,7 +49,7 @@ jobs:
- name : Install PyTorch
run : pip install torch==${{matrix.torch}}+cpu torchvision==${{matrix.torchvision}}+cpu -f https://download.pytorch.org/whl/torch_stable.html
- name : Install MMCV
run : pip install mmcv-full==1.0.5 +torch${{matrix.torch}}+cpu -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
run : pip install mmcv-full==latest +torch${{matrix.torch}}+cpu -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
- name : Install unittest dependencies
run : pip install -r requirements/tests.txt -r requirements/optional.txt
- name : Build and install
@ -74,20 +74,20 @@ jobs:
include:
- torch : 1.3 .1
torchvision : 0.4 .2
mmcv : "1.0.5 +torch1.3.0+cu101"
mmcv : "latest +torch1.3.0+cu101"
- torch : 1.5 .1 +cu101
torchvision : 0.6 .1 +cu101
mmcv : "1.0.5 +torch1.5.0+cu101"
mmcv : "latest +torch1.5.0+cu101"
- torch : 1.6 .0 +cu101
torchvision : 0.7 .0 +cu101
mmcv : "1.0.5 +torch1.6.0+cu101"
mmcv : "latest +torch1.6.0+cu101"
- torch : 1.6 .0 +cu101
torchvision : 0.7 .0 +cu101
mmcv : "1.0.5 +torch1.6.0+cu101"
mmcv : "latest +torch1.6.0+cu101"
python-version : 3.6
- torch : 1.6 .0 +cu101
torchvision : 0.7 .0 +cu101
mmcv : "1.0.5 +torch1.6.0+cu101"
mmcv : "latest +torch1.6.0+cu101"
python-version : 3.8
steps: