We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3f6c7 commit fbc4328Copy full SHA for fbc4328
.travis.yml
@@ -64,11 +64,11 @@ jobs:
64
65
install:
66
- source script/conda.sh
67
- - source script/cuda.sh
68
- conda create --yes -n test python=${PYTHON_VERSION}
69
- source activate test
70
- 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
71
- pip install flake8 codecov
+ - source script/cuda.sh
72
- python setup.py install
73
74
script:
0 commit comments