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 2e87886 commit 5a5e829Copy full SHA for 5a5e829
.ci/scripts/test-cuda-build.sh
@@ -8,9 +8,9 @@
8
set -exu
9
10
# The generic Linux job chooses to use base env, not the one setup by the image
11
-eval "$(conda shell.bash hook)"
12
-CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
13
-conda activate "${CONDA_ENV}"
+# eval "$(conda shell.bash hook)"
+# CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
+# conda activate "${CONDA_ENV}"
14
15
CUDA_VERSION=${1:-"12.6"}
16
0 commit comments