We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27beba commit 655c8bcCopy full SHA for 655c8bc
continuous_integration/scripts/make-conda-env
@@ -9,7 +9,8 @@ make_ci_env() {
9
make_conda_env() {
10
set -xeuo pipefail
11
12
- export CONDA_ENV=cupy
+ . setup-utils;
13
+ set_base_defs;
14
15
case "$1" in
16
ci) make_ci_env;;
continuous_integration/scripts/setup-utils
@@ -163,7 +163,7 @@ install_linux_test_tools() {
163
set_base_defs() {
164
165
166
- export CONDA_ENV=legate
+ export CONDA_ENV=cupy
167
168
CONDA_PLATFORM=$(conda info | grep 'platform' | awk -F ' : ' '{print $2}')
169
export CONDA_PLATFORM
0 commit comments