File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 gpu-test :
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-20.04
1212
1313 steps :
1414 - uses : actions/checkout@v3
3030
3131 - name : Install PyTorch with CUDA
3232 run : |
33- pip install torch torchvision --index-url https://download.pytorch.org/whl/cu102
33+ pip install torch==1.11.0+cu115 torchvision==0.12.0+cu115 -f https://download.pytorch.org/whl/torch_stable.html
3434
3535 - name : Install package and test dependencies
3636 run : |
Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : false
1515 matrix :
16- os : [ubuntu-latest , windows-latest, macos-latest]
16+ os : [ubuntu-20.04 , windows-latest, macos-latest]
1717
1818 steps :
1919 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 88
99jobs :
1010 pre-commit :
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-20.04
1212 steps :
1313 - uses : actions/checkout@v3
1414
You can’t perform that action at this time.
0 commit comments