File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,7 @@ install:
45
45
# directly to master instead of just PR builds (or the converse).
46
46
- SET PATH=%PYTHON%;%PYTHON%\\Scripts;%path%
47
47
- pip install -U --user pip
48
- - pip install "https://download.pytorch.org/whl/cu90/torch-1.1.0-cp%PIP_PYVER%-cp%PIP_PYVER%m-win_amd%PYTHON_ARCH%.whl"
49
- - pip install "https://download.pytorch.org/whl/cu90/torchvision-0.3.0-cp%PIP_PYVER%-cp%PIP_PYVER%m-win_amd%PYTHON_ARCH%.whl"
50
- - pip install -r requirements.txt
48
+ - pip install -r requirements.txt -f https://download.pytorch.org/whl/torch_stable.html
51
49
- pip install -r ./tests/requirements.txt
52
50
53
51
# scripts to run before tests (working directory and environment changes are persisted from the previous steps such as "before_build")
You can’t perform that action at this time.
0 commit comments