Skip to content

Commit

Permalink
Change script to reflect new Dask build image
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Jul 26, 2021
1 parent d45f2ce commit 7a5d7a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
3 changes: 3 additions & 0 deletions continuous_integration/gpuci/axis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ CUDA_VER:
LINUX_VER:
- ubuntu18.04

RAPIDS_VER:
- 21.08

excludes:
11 changes: 1 addition & 10 deletions continuous_integration/gpuci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,7 @@ nvidia-smi

gpuci_logger "Activate conda env"
. /opt/conda/etc/profile.d/conda.sh
conda activate rapids

gpuci_logger "Install dask dependencies"
gpuci_conda_retry env update --name rapids --file "$WORKSPACE/continuous_integration/environment-3.8.yaml"

gpuci_logger "Install testing dependencies"
gpuci_mamba_retry install -y \
cudf=21.08 \
cupy \
cudatoolkit=$CUDA_REL
conda activate dask

gpuci_logger "Install dask"
python setup.py install
Expand Down

0 comments on commit 7a5d7a4

Please sign in to comment.