From 6f1d2c45fe72d7a8a637290c2e78973deb1637e0 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Thu, 15 Aug 2019 17:45:03 +0200 Subject: [PATCH] update Win CI req. (#123) --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bef78e9693..2f7779fe5e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,9 +45,7 @@ install: # directly to master instead of just PR builds (or the converse). - SET PATH=%PYTHON%;%PYTHON%\\Scripts;%path% - pip install -U --user pip - - pip install "https://download.pytorch.org/whl/cu90/torch-1.1.0-cp%PIP_PYVER%-cp%PIP_PYVER%m-win_amd%PYTHON_ARCH%.whl" - - pip install "https://download.pytorch.org/whl/cu90/torchvision-0.3.0-cp%PIP_PYVER%-cp%PIP_PYVER%m-win_amd%PYTHON_ARCH%.whl" - - pip install -r requirements.txt + - pip install -r requirements.txt -f https://download.pytorch.org/whl/torch_stable.html - pip install -r ./tests/requirements.txt # scripts to run before tests (working directory and environment changes are persisted from the previous steps such as "before_build")