File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 python-version : ${{ matrix.python-version }}
2222 - if : matrix.os == 'windows-latest'
2323 name : Install dependencies - Windows
24- run : pip install ' torch>=1,<2' -f https://download.pytorch.org/whl/torch_stable.html
24+ run : pip install torch==1.7.0+cpu torchvision==0.8.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
2525 - name : Install package
2626 run : pip install invoke .[dev]
2727 - name : invoke lint
5858 python-version : ${{ matrix.python-version }}
5959 - if : matrix.os == 'windows-latest'
6060 name : Install dependencies - Windows
61- run : pip install ' torch>=1,<2' -f https://download.pytorch.org/whl/torch_stable.html
61+ run : pip install torch==1.7.0+cpu torchvision==0.8.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
6262 - name : Install package and dependencies
6363 run : pip install invoke .[test]
6464 - name : invoke pytest
You can’t perform that action at this time.
0 commit comments