Undo CI pinning.

The underlying issue seems to be resolved now:
https://github.com/pytorch/pytorch/issues/60485
pull/240/head
Sean Silva 2021-06-28 09:33:17 -07:00
parent 49b5b7272b
commit 577bf1600a
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
python3 -m pip install pytest pybind11 numpy
- name: Install pytorch_nightly depends
run: |
python3 -m pip install --pre 'torch==1.10.0.dev20210617+cpu' 'torchvision==0.11.0.dev20210617+cpu' -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)"