Skip to content

Commit 8f8f2c4

Browse files
Remove usages of rapids-env-update (#1016)
Reference: rapidsai/ops#2766 Replace rapids-env-update with rapids-configure-conda-channels, rapids-configure-sccache, and rapids-date-string. Authors: - Kyle Edwards (https://github.com/KyleFromNVIDIA) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: #1016
1 parent 9231fef commit 8f8f2c4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ci/build_python.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
set -euo pipefail
55

6-
source rapids-env-update
6+
rapids-configure-conda-channels
7+
8+
source rapids-configure-sccache
9+
10+
source rapids-date-string
711

812
rapids-print-env
913

0 commit comments

Comments
 (0)