Skip to content

Commit fbc4328

Browse files
committed
oder
1 parent ca3f6c7 commit fbc4328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ jobs:
6464

6565
install:
6666
- source script/conda.sh
67-
- source script/cuda.sh
6867
- conda create --yes -n test python=${PYTHON_VERSION}
6968
- source activate test
7069
- 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
7170
- pip install flake8 codecov
71+
- source script/cuda.sh
7272
- python setup.py install
7373

7474
script:

0 commit comments

Comments
 (0)