"docs/zh_cn/git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "a0cac22cab9fe74763a001ffdaffa52e84671e60"
Commit dcb453e7 authored by rusty1s's avatar rusty1s
Browse files

typo

parent 67e27e96
language: shell
env: env:
global: global:
- TORCH_VERSION=1.4.0 - TORCH_VERSION=1.4.0
...@@ -33,8 +35,6 @@ jobs: ...@@ -33,8 +35,6 @@ jobs:
- TOOLKIT="cudatoolkit=${CUDA_SHORT}" - TOOLKIT="cudatoolkit=${CUDA_SHORT}"
- name: linux/cu101 - name: linux/cu101
os: linux os: linux
language: python
python: 3.7.6
env: env:
- IDX=cu101 - IDX=cu101
- CUDA_SHORT=10.1 - CUDA_SHORT=10.1
...@@ -99,34 +99,33 @@ install: ...@@ -99,34 +99,33 @@ install:
- source script/conda.sh - source script/conda.sh
- conda create --yes -n test python=3.7.6 - conda create --yes -n test python=3.7.6
- source activate test - source activate test
- conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch - conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
- pip install flake8
- pip install codecov
- python setup.py install - python setup.py install
# - pip3 install --upgrade pip # - pip3 install --upgrade pip
# - pip3 install wheel # - pip3 install wheel
# - pip3 install numpy # - pip3 install numpy
# - pip3 install torch==${TORCH} -f https://download.pytorch.org/whl/torch_stable.html # - pip3 install torch==${TORCH} -f https://download.pytorch.org/whl/torch_stable.html
# - pip3 install flake8
# - pip3 install codecov
# script: script:
# - flake8 . - flake8 .
# - python3 setup.py test || python setup.py test - python setup.py test
# after_success: after_success:
# - if [ "${TRAVIS_OS_NAME}" != "windows" ]; then python3 setup.py bdist_wheel --dist-dir=dist/${IDX}; fi - python setup.py bdist_wheel --dist-dir=dist/torch=${TORCH_VERSION}/${IDX}
# - if [ "${TRAVIS_OS_NAME}" = "windows" ]; then python setup.py bdist_wheel --dist-dir=dist/${IDX}; fi - codecov
# - codecov deploy:
# deploy: provider: s3
# provider: s3 edge: true
# edge: true access_key_id: AKIAJB7S6NJ5OM5MAAGA
# access_key_id: AKIAJB7S6NJ5OM5MAAGA secret_access_key: ${S3_SECRET_ACCESS_KEY}
# secret_access_key: ${S3_SECRET_ACCESS_KEY} bucket: pytorch-scatter
# bucket: pytorch-scatter local_dir: dist/${IDX}
# local_dir: dist/${IDX} upload_dir: whl/${IDX}
# upload_dir: whl/${IDX} acl: public_read
# acl: public_read on:
# on: repo: rusty1s/pytorch_scatter
# repo: rusty1s/pytorch_scatter # tags: true
# # tags: true branch: travis
# branch: travis
notifications: notifications:
email: false email: false
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