Skip to content

Commit 4015f9c

Browse files
committed
Revert "debug sanitizer"
This reverts commit d279e50.
1 parent 708fd70 commit 4015f9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/tools/env-vars

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ elif [[ "${1}" == "test" ]]; then
6060
# We only test compute-sanitizer on python 3.12 arbitrarily; we don't need to use sanitizer on the entire matrix
6161
# Only local ctk installs have compute-sanitizer; there is no wheel for it
6262
if [[ "${PY_VER}" == "3.12" && "${CUDA_VER}" != "11.8.0" && "${LOCAL_CTK}" == 1 && "${HOST_PLATFORM}" == linux* ]]; then
63-
#echo "LATEST_CUDA_VERSION=$(bash .github/workflows/guess_latest.sh)" >> $GITHUB_ENV
64-
echo "LATEST_CUDA_VERSION=12.9.0" >> $GITHUB_ENV
63+
echo "LATEST_CUDA_VERSION=$(bash .github/workflows/guess_latest.sh)" >> $GITHUB_ENV
6564
SETUP_SANITIZER=1
6665
else
6766
SETUP_SANITIZER=0

0 commit comments

Comments
 (0)