"tests/git@developer.sourcefind.cn:OpenDAS/d2go.git" did not exist on "e1a1721b54de2e81162ab79dff2c0aeeeae3269d"
Commit c9eff76e authored by rusty1s's avatar rusty1s
Browse files

typo

parent 285514e6
...@@ -76,13 +76,12 @@ install: ...@@ -76,13 +76,12 @@ install:
- python setup.py install - python setup.py install
script: script:
- pip install flake8 codecov - if [ "${PYTHON_VERSION}" != "3.5" ]; then pip install flake8 && flake8 .; fi
- if [ "${PYTHON_VERSION}" != "3.5" ]; then flake8 .; fi
- python setup.py test - python setup.py test
after_success: after_success:
- python setup.py bdist_wheel --dist-dir=dist/torch-${TORCH_VERSION}/${IDX} - python setup.py bdist_wheel --dist-dir=dist/torch-${TORCH_VERSION}/${IDX}
- python script/rename_wheel.py - python script/rename_wheel.py
- codecov - pip install codecov && codecov
deploy: deploy:
provider: s3 provider: s3
region: eu-central-1 region: eu-central-1
......
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