Commit 559e6e4f authored by rusty1s's avatar rusty1s
Browse files

only test windows

parent 62c4e458
......@@ -14,13 +14,13 @@ jobs:
# - name: linux/cpu
# os: linux
# language: python
# python: 3.7
# python: 3.7.6
# env:
# - TORCH=${TORCH_VERSION}+cpu
# - name: linux/cu92
# os: linux
# language: python
# python: 3.7
# python: 3.7.6
# env:
# - FORCE_CUDA=1
# - CUDA_SHORT=9.2
......@@ -31,7 +31,7 @@ jobs:
# - name: linux/cu100
# os: linux
# language: python
# python: 3.7
# python: 3.7.6
# env:
# - FORCE_CUDA=1
# - CUDA_SHORT=10.0
......@@ -42,7 +42,7 @@ jobs:
# - name: linux/cu101
# os: linux
# language: python
# python: 3.7
# python: 3.7.6
# env:
# - FORCE_CUDA=1
# - CUDA_SHORT=10.1
......@@ -66,7 +66,7 @@ jobs:
- choco install python --version 3.7.6
install:
- pip3 install --upgrade pip
- pip3 install --upgrade --user pip
- source install.sh
- pip3 install numpy
- pip3 install torch==${TORCH} -f https://download.pytorch.org/whl/torch_stable.html
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment