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 67ce81c commit f0385a6Copy full SHA for f0385a6
.travis.yml
@@ -23,9 +23,9 @@ jobs:
23
exclude:
24
- 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: not (tag is present or commit_message =~ ci-deploy) or os != linux:
+ - if: not (tag is present or commit_message =~ ci-deploy) or os != linux
27
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu92
28
- - if: not (tag is present or commit_message =~ ci-deploy) or os = osx:
+ - if: not (tag is present or commit_message =~ ci-deploy) or os = osx
29
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu101
30
- if: os = osx
31
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu102
0 commit comments