File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1111 jobs :
1212 # Python 3.8
1313 - PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cpu
14- # - PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu92
15- # - PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu101
14+ - PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu92
15+ - PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu101
1616 - PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu102
1717 # - PYTHON_VERSION=3.8 TORCH_VERSION=1.5.0 IDX=cpu
1818 # - PYTHON_VERSION=3.8 TORCH_VERSION=1.5.0 IDX=cu92
2323 exclude :
2424 - if : not (tag is present or commit_message =~ ci-deploy) and os != osx
2525 env : PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cpu
26- - if : os = osx:
26+ - 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:
29+ env : PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu101
30+ - if : os = osx
2731 env : PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu102
2832
2933install :
You can’t perform that action at this time.
0 commit comments