We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5db853 commit 6ec063aCopy full SHA for 6ec063a
.travis.yml
@@ -21,8 +21,10 @@ env:
21
22
jobs:
23
exclude:
24
- - if: not (tag is present or commit_message =~ ci-deploy)
+ - if: not (tag is present or commit_message =~ ci-deploy) and os != osx
25
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cpu
26
+ - if: os = osx:
27
+ env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu102
28
29
install:
30
- source script/gcc.sh
0 commit comments