Skip to content

Commit

Permalink
Add logger statement to cupy install
Browse files Browse the repository at this point in the history
  • Loading branch information
kkraus14 committed Feb 4, 2019
1 parent c55a1a3 commit 9e65e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ cd $WORKSPACE/cpp/build
GTEST_OUTPUT="xml:${WORKSPACE}/test-results/" make -j${PARALLEL_LEVEL} test

# Temporarily install cupy for testing
logger "pip install cupy"
pip install cupy-cuda92

logger "Python py.test for libcudf..."
Expand Down

0 comments on commit 9e65e79

Please sign in to comment.