Revert "Skip torchvision 0.9.0 as it is incompatible with torch nightly"

This reverts commit e7b96ebefc.
pull/190/head
Bairen Yi 2021-03-17 08:52:40 +08:00 committed by Sean Silva
parent fead0312f1
commit 19b9398aee
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
python3 -m pip install pytest pybind11 numpy
- name: Install pytorch_nightly depends
run: |
python3 -m pip install --pre torch torchvision!=0.9.0 -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
python3 -m pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
- name: Get LLVM Hash
id: get-llvm-hash
run: echo "::set-output name=hash::$(git submodule status)"
@ -59,7 +59,7 @@ jobs:
python3 -m pip install pytest pybind11 numpy
- name: Install pytorch_nightly depends
run: |
python3 -m pip install --pre torch torchvision!=0.9.0 -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
python3 -m pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
- name: Get LLVM Hash
id: get-llvm-hash
run: echo "::set-output name=hash::$(git submodule status)"