Skip to content

Commit

Permalink
FIX Remove unused CUDA conda labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-wendt committed Dec 3, 2019
1 parent fc11433 commit 2cd25e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cpu/libcugraph/upload-anaconda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ "$UPLOAD_LIBCUGRAPH" == "1" ]; then

SOURCE_BRANCH=master

LABEL_OPTION="--label main --label cuda${CUDA_REL}"
LABEL_OPTION="--label main"
echo "LABEL_OPTION=${LABEL_OPTION}"

test -e ${UPLOADFILE}
Expand Down

0 comments on commit 2cd25e3

Please sign in to comment.