Commit 6ac105a5 authored by rusty1s's avatar rusty1s
Browse files

test mac

parent 82ba05b5
...@@ -4,24 +4,24 @@ sudo: enabled ...@@ -4,24 +4,24 @@ sudo: enabled
python: python:
- 3.6 - 3.6
- 3.7
os: os:
- linux - linux
- osx
env: env:
global: global:
- TORCH_VERSION=1.4.0 - TORCH_VERSION=1.4.0
jobs: jobs:
- FORCE_CUDA=0 TORCH=1.4.0+cpu - FORCE_CUDA=0 TORCH=${TORCH_VERSION}+cpu
- FORCE_CUDA=1 CUDA=9.2.148-1 CUDA_SHORT=9.2 UBUNTU_VERSION=ubuntu1604 CUBLAS=cuda-cublas-dev-9-2 TORCH=${TORCH_VERSION}+cu92 - FORCE_CUDA=1 CUDA_SHORT=9.2 CUDA=9.2.148-1 UBUNTU_VERSION=ubuntu1604 CUBLAS=cuda-cublas-dev-9-2 TORCH=${TORCH_VERSION}+cu92
# - FORCE_CUDA=1 CUDA=10.0.130-1 CUDA_SHORT=10.0 UBUNTU_VERSION=ubuntu1804 CUBLAS=cuda-cublas-dev-10-0 TORCH=${TORCH_VERSION}+cu100 # - FORCE_CUDA=1 CUDA_SHORT=10.0 CUDA=10.0.130-1 UBUNTU_VERSION=ubuntu1804 CUBLAS=cuda-cublas-dev-10-0 TORCH=${TORCH_VERSION}+cu100
# - FORCE_CUDA=1 CUDA=10.1.105-1 CUDA_SHORT=10.1 UBUNTU_VERSION=ubuntu1804 CUBLAS=libcublas-dev TORCH=${TORCH_VERSION} # - FORCE_CUDA=1 CUDA_SHORT=10.1 CUDA=10.1.105-1 UBUNTU_VERSION=ubuntu1804 CUBLAS=libcublas-dev TORCH=${TORCH_VERSION}
jobs: jobs:
exclude: include:
- os: osx - os: osx
env: FORCE_CUDA=1 env: FORCE_CUDA=0 TORCH=${TORCH_VERSION}
before_install: before_install:
- source install.sh - source install.sh
...@@ -37,7 +37,7 @@ install: ...@@ -37,7 +37,7 @@ install:
script: script:
- flake8 . - flake8 .
- python setup.py test - python setup.py test
- python -m cbuildwheel --output-dir wheelhouse - python -m cibuildwheel --output-dir wheelhouse
- ls wheelhouse - ls wheelhouse
notifications: notifications:
email: false email: false
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