Commit 0368df37 authored by rusty1s's avatar rusty1s
Browse files

fixes

parent 6e77514a
language: python
sudo: enabled sudo: enabled
python:
- 3.6
os:
- linux
- windows
env: env:
global: global:
- TORCH_VERSION=1.4.0 - TORCH_VERSION=1.4.0
...@@ -22,10 +13,12 @@ env: ...@@ -22,10 +13,12 @@ env:
jobs: jobs:
include: include:
- os: linux - os: linux
language: python
python: 3.6 python: 3.6
env: env:
- TORCH=${TORCH_VERSION}+cpu - TORCH=${TORCH_VERSION}+cpu
- os: linux - os: linux
language: python
python: 3.6 python: 3.6
env: env:
- FORCE_CUDA=1 - FORCE_CUDA=1
......
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