Skip to content

Commit 655c8bc

Browse files
committed
CUDA_ENV is now cupy everywhere.
1 parent b27beba commit 655c8bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

continuous_integration/scripts/make-conda-env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ make_ci_env() {
99
make_conda_env() {
1010
set -xeuo pipefail
1111

12-
export CONDA_ENV=cupy
12+
. setup-utils;
13+
set_base_defs;
1314

1415
case "$1" in
1516
ci) make_ci_env;;

continuous_integration/scripts/setup-utils

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ install_linux_test_tools() {
163163
set_base_defs() {
164164
set -xeuo pipefail
165165

166-
export CONDA_ENV=legate
166+
export CONDA_ENV=cupy
167167

168168
CONDA_PLATFORM=$(conda info | grep 'platform' | awk -F ' : ' '{print $2}')
169169
export CONDA_PLATFORM

0 commit comments

Comments
 (0)