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

only test windows

parent 62c4e458
...@@ -14,13 +14,13 @@ jobs: ...@@ -14,13 +14,13 @@ jobs:
# - name: linux/cpu # - name: linux/cpu
# os: linux # os: linux
# language: python # language: python
# python: 3.7 # python: 3.7.6
# env: # env:
# - TORCH=${TORCH_VERSION}+cpu # - TORCH=${TORCH_VERSION}+cpu
# - name: linux/cu92 # - name: linux/cu92
# os: linux # os: linux
# language: python # language: python
# python: 3.7 # python: 3.7.6
# env: # env:
# - FORCE_CUDA=1 # - FORCE_CUDA=1
# - CUDA_SHORT=9.2 # - CUDA_SHORT=9.2
...@@ -31,7 +31,7 @@ jobs: ...@@ -31,7 +31,7 @@ jobs:
# - name: linux/cu100 # - name: linux/cu100
# os: linux # os: linux
# language: python # language: python
# python: 3.7 # python: 3.7.6
# env: # env:
# - FORCE_CUDA=1 # - FORCE_CUDA=1
# - CUDA_SHORT=10.0 # - CUDA_SHORT=10.0
...@@ -42,7 +42,7 @@ jobs: ...@@ -42,7 +42,7 @@ jobs:
# - name: linux/cu101 # - name: linux/cu101
# os: linux # os: linux
# language: python # language: python
# python: 3.7 # python: 3.7.6
# env: # env:
# - FORCE_CUDA=1 # - FORCE_CUDA=1
# - CUDA_SHORT=10.1 # - CUDA_SHORT=10.1
...@@ -66,7 +66,7 @@ jobs: ...@@ -66,7 +66,7 @@ jobs:
- choco install python --version 3.7.6 - choco install python --version 3.7.6
install: install:
- pip3 install --upgrade pip - pip3 install --upgrade --user pip
- source install.sh - source install.sh
- pip3 install numpy - pip3 install numpy
- pip3 install torch==${TORCH} -f https://download.pytorch.org/whl/torch_stable.html - 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