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

new test

parent a5db8531
...@@ -21,8 +21,10 @@ env: ...@@ -21,8 +21,10 @@ env:
jobs: jobs:
exclude: exclude:
- if: not (tag is present or commit_message =~ ci-deploy) - if: not (tag is present or commit_message =~ ci-deploy) and os != osx
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cpu env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cpu
- if: os = osx:
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu102
install: install:
- source script/gcc.sh - source script/gcc.sh
......
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