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 5353 python-version : ${{ matrix.python-version }}
5454 - name : Upgrade pip
5555 run : pip install pip --upgrade
56- - name : Install Pillow
57- run : pip install Pillow==6.2.2
58- if : ${{matrix.torchvision == '0.4.2'}}
5956 - name : Install PyTorch
6057 run : pip install torch==${{matrix.torch}}+cpu torchvision==${{matrix.torchvision}}+cpu -f https://download.pytorch.org/whl/torch_stable.html
6158 - name : Install MMCV
Original file line number Diff line number Diff line change 3434 python-version : ${{ matrix.python-version }}
3535 - name : Upgrade pip
3636 run : pip install pip --upgrade
37- - name : Install Pillow
38- run : pip install Pillow==6.2.2
39- if : ${{matrix.torchvision == '0.4.2'}}
4037 - name : Install PyTorch
4138 run : pip install torch==${{matrix.torch}}+cpu torchvision==${{matrix.torchvision}}+cpu -f https://download.pytorch.org/whl/torch_stable.html
4239 - name : Install openmim
You can’t perform that action at this time.
0 commit comments