Skip to content

Commit

Permalink
Remove usages of rapids-env-update (#177)
Browse files Browse the repository at this point in the history
Reference: rapidsai/ops#2766

Replace rapids-env-update with rapids-configure-conda-channels,
rapids-configure-sccache, and rapids-date-string.
  • Loading branch information
KyleFromNVIDIA authored Jan 12, 2024
1 parent e529d2a commit 6c2f623
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
# Exit script if any command fails
set -euo pipefail

# Source rapids-env-update to set environment variables
source rapids-env-update
rapids-configure-conda-channels

source rapids-configure-sccache

source rapids-date-string

# Print the Rapids environment for debugging purposes
rapids-print-env
Expand Down

0 comments on commit 6c2f623

Please sign in to comment.