"src/array/vscode:/vscode.git/clone" did not exist on "f846d902cf6c5cbcd988eccb3409955415b988f0"
Commit f856a799 authored by rusty1s's avatar rusty1s
Browse files

typo

parent efd3ce3d
......@@ -62,8 +62,8 @@ jobs:
language: shell
env:
- IDX=cpu
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
- TORCH=${TORCH_VERSION}+${IDX}
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
before_install:
- choco install python --version 3.7.6
- python -m pip install --upgrade --user pip
......@@ -115,7 +115,7 @@ script:
- python3 setup.py test || python setup.py test
after_success:
- if [ "${TRAVIS_OS_NAME}" != "windows" ]; then python3 setup.py bdist_wheel --dist-dir=dist/${IDX}; fi
- if [ "${TRAVIS_OS_NAME}" == "windows" ]; then python setup.py bdist_wheel --dist-dir=dist/${IDX}; fi
- if [ "${TRAVIS_OS_NAME}" = "windows" ]; then python setup.py bdist_wheel --dist-dir=dist/${IDX}; fi
- codecov
deploy:
provider: s3
......
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