File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 53
53
python-version : ${{ matrix.python-version }}
54
54
- name : Upgrade pip
55
55
run : pip install pip --upgrade
56
- - name : Install Pillow
57
- run : pip install Pillow==6.2.2
58
- if : ${{matrix.torchvision == '0.4.2'}}
59
56
- name : Install PyTorch
60
57
run : pip install torch==${{matrix.torch}}+cpu torchvision==${{matrix.torchvision}}+cpu -f https://download.pytorch.org/whl/torch_stable.html
61
58
- name : Install MMCV
Original file line number Diff line number Diff line change 34
34
python-version : ${{ matrix.python-version }}
35
35
- name : Upgrade pip
36
36
run : pip install pip --upgrade
37
- - name : Install Pillow
38
- run : pip install Pillow==6.2.2
39
- if : ${{matrix.torchvision == '0.4.2'}}
40
37
- name : Install PyTorch
41
38
run : pip install torch==${{matrix.torch}}+cpu torchvision==${{matrix.torchvision}}+cpu -f https://download.pytorch.org/whl/torch_stable.html
42
39
- name : Install openmim
You can’t perform that action at this time.
0 commit comments