Skip to content

Commit

Permalink
Merge pull request #572 from rapidsai/branch-0.15
Browse files Browse the repository at this point in the history
[gpuCI] Auto-merge branch-0.15 to branch-0.16 [skip ci]
  • Loading branch information
GPUtester authored Aug 7, 2020
2 parents d2bbd7b + c44a451 commit 2426b42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ conda install "cudatoolkit=${CUDA_REL}" \
"cudf=${MINOR_VERSION}" "dask-cudf=${MINOR_VERSION}" \
"rapids-build-env=${MINOR_VERSION}"

# Install pytorch to run related tests
conda install -c pytorch "pytorch" "torchvision"

# Install the master version of dask and distributed
logger "pip install git+https://github.com/dask/distributed.git --upgrade --no-deps"
pip install "git+https://github.com/dask/distributed.git" --upgrade --no-deps
Expand Down Expand Up @@ -106,6 +109,7 @@ else
py.test --cache-clear -vs `python -c "import distributed.protocol.tests.test_cupy as m;print(m.__file__)"`
py.test --cache-clear -vs `python -c "import distributed.protocol.tests.test_numba as m;print(m.__file__)"`
py.test --cache-clear -vs `python -c "import distributed.protocol.tests.test_rmm as m;print(m.__file__)"`
py.test --cache-clear -vs `python -c "import distributed.protocol.tests.test_torch as m;print(m.__file__)"`
py.test --cache-clear -vs `python -c "import distributed.protocol.tests.test_collection_cuda as m;print(m.__file__)"`
py.test --cache-clear -vs `python -c "import distributed.comm.tests.test_ucx as m;print(m.__file__)"`
py.test --cache-clear -vs `python -c "import distributed.tests.test_nanny as m;print(m.__file__)"`
Expand Down

0 comments on commit 2426b42

Please sign in to comment.