Skip to content

Commit

Permalink
Remove dependencies to build UCX from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Dec 3, 2019
1 parent 8baba49 commit 274f392
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@ conda install "cudatoolkit=$CUDA_REL" \
"cudf=${MINOR_VERSION}" "dask-cudf=${MINOR_VERSION}" \
"dask>=2.8.1" "distributed>=2.8.1"

# needed for asynccontextmanager in py36
conda install -c conda-forge "async_generator" "automake" "libtool" \
"cmake" "automake" "autoconf" "cython" \
"pytest" "pkg-config" "pytest-asyncio"
# needed for async tests
conda install -c conda-forge "pytest" "pytest-asyncio"

# Use nightly build of ucx-py for now
conda install -c rapidsai-nightly "ucx-py"
Expand All @@ -79,7 +77,6 @@ $CC --version
$CXX --version
conda list


################################################################################
# BUILD - Build dask-cuda
################################################################################
Expand All @@ -88,7 +85,6 @@ logger "Build dask-cuda..."
cd $WORKSPACE
python -m pip install -e .


################################################################################
# TEST - Run py.tests for ucx-py
################################################################################
Expand Down

0 comments on commit 274f392

Please sign in to comment.