Skip to content

Commit

Permalink
Install nvstrings in the gpu build process as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kkraus14 committed Mar 14, 2019
1 parent 68b92c0 commit b7e3c62
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 @@ -40,6 +40,10 @@ conda list
# BUILD - Build libcudf and cuDF from source
################################################################################

# Temporarily install feather for testing
logger "conda install -c rapidsai -c rapidsai-nightly nvstrings=0.3*"
conda install -c rapidsai -c rapidsai-nightly nvstrings=0.3*

logger "Build libcudf..."
mkdir -p $WORKSPACE/cpp/build
cd $WORKSPACE/cpp/build
Expand Down

0 comments on commit b7e3c62

Please sign in to comment.