Commit 4748da4b authored by rusty1s's avatar rusty1s
Browse files

typo

parent e4c6eba3
...@@ -11,8 +11,10 @@ env: ...@@ -11,8 +11,10 @@ env:
jobs: jobs:
include: include:
# Python 3.8 # Python 3.8
- env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu102 - if: true
- env: PYTHON_VERSION=3.8 TORCH_VERSION=1.5.0 IDX=cu102 env: PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu102
- if: true
env: PYTHON_VERSION=3.8 TORCH_VERSION=1.5.0 IDX=cu102
- if: $TRAVIS_TAG != "" || $TRAVIS_COMMIT_MESSAGE =~ ci-deploy - if: $TRAVIS_TAG != "" || $TRAVIS_COMMIT_MESSAGE =~ ci-deploy
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: $TRAVIS_TAG != "" || $TRAVIS_COMMIT_MESSAGE =~ ci-deploy - if: $TRAVIS_TAG != "" || $TRAVIS_COMMIT_MESSAGE =~ ci-deploy
......
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