Skip to content

Commit

Permalink
Always upload libcugraph (#2041)
Browse files Browse the repository at this point in the history
Always upload libcugraph package

Authors:
  - Ray Douglass (https://github.com/raydouglass)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Jordan Jacobelli (https://github.com/Ethyling)

URL: #2041
  • Loading branch information
raydouglass authored Jan 27, 2022
1 parent 2e781c1 commit ee3e60e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ci/cpu/prebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@ if [[ -z "$PROJECT_FLASH" || "$PROJECT_FLASH" == "0" ]]; then
export BUILD_LIBCUGRAPH=1
fi

if [[ "$PYTHON" == "3.8" ]]; then
export UPLOAD_LIBCUGRAPH=1
else
export UPLOAD_LIBCUGRAPH=0
fi
export UPLOAD_LIBCUGRAPH=1

0 comments on commit ee3e60e

Please sign in to comment.