Skip to content

Commit 5a5e829

Browse files
committed
remove unsupported jq
1 parent 2e87886 commit 5a5e829

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/scripts/test-cuda-build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
set -exu
99

1010
# 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}"
11+
# eval "$(conda shell.bash hook)"
12+
# CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
13+
# conda activate "${CONDA_ENV}"
1414

1515
CUDA_VERSION=${1:-"12.6"}
1616

0 commit comments

Comments
 (0)