Skip to content

Commit

Permalink
Prepare upload scripts for Python 3.7 removal (rapidsai#4500)
Browse files Browse the repository at this point in the history
As we will remove Python 3.7, we need to update the Python version in the upload scripts

Authors:
  - Jordan Jacobelli (https://github.com/Ethyling)

Approvers:
  - Sevag Hanssian (https://github.com/sevagh)
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: rapidsai#4500
  • Loading branch information
jjacobelli authored Jan 21, 2022
1 parent dbbac47 commit f63fc06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/cpu/prebuild.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env bash
# Copyright (c) 2022, NVIDIA CORPORATION.

export UPLOAD_CUML=1

if [[ "$PYTHON" == "3.7" ]]; then
if [[ "$PYTHON" == "3.8" ]]; then
export UPLOAD_LIBCUML=1
else
export UPLOAD_LIBCUML=0
Expand Down

0 comments on commit f63fc06

Please sign in to comment.