"docs/source/vscode:/vscode.git/clone" did not exist on "f5d8fa8476f8f9528daf3f7a23e48e7cd7faa321"
Commit fbc43287 authored by rusty1s's avatar rusty1s
Browse files

oder

parent ca3f6c7f
...@@ -64,11 +64,11 @@ jobs: ...@@ -64,11 +64,11 @@ jobs:
install: install:
- source script/conda.sh - source script/conda.sh
- source script/cuda.sh
- conda create --yes -n test python=${PYTHON_VERSION} - conda create --yes -n test python=${PYTHON_VERSION}
- source activate test - source activate test
- if [ ${TRAVIS_OS_NAME} = "windows" ] || [ $IDX != "cu92" ]; then conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch -c defaults -c numba/label/dev --yes; else conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes; fi - if [ ${TRAVIS_OS_NAME} = "windows" ] || [ $IDX != "cu92" ]; then conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch -c defaults -c numba/label/dev --yes; else conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes; fi
- pip install flake8 codecov - pip install flake8 codecov
- source script/cuda.sh
- python setup.py install - python setup.py install
script: script:
......
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