Skip to content

Commit

Permalink
Try loosening pinning of openssl here?
Browse files Browse the repository at this point in the history
  • Loading branch information
kkraus14 committed Mar 13, 2019
1 parent dbce617 commit a72b0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ conda list

# Temporarily install feather for testing
logger "conda install -c rapidsai-nightly nvstrings=0.3.0dev0"
conda install -c rapidsai-nightly -y nvstrings=0.3.0dev0
conda install -c rapidsai -c rapidsai-nightly -c conda-forge -y openssl nvstrings=0.3.0dev0

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

0 comments on commit a72b0b8

Please sign in to comment.