Skip to content

Commit 6f1d2c4

Browse files
BordawilliamFalcon
authored andcommitted
update Win CI req. (#123)
1 parent a27fb5d commit 6f1d2c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ install:
4545
# directly to master instead of just PR builds (or the converse).
4646
- SET PATH=%PYTHON%;%PYTHON%\\Scripts;%path%
4747
- 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
5149
- pip install -r ./tests/requirements.txt
5250

5351
# scripts to run before tests (working directory and environment changes are persisted from the previous steps such as "before_build")

0 commit comments

Comments
 (0)