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 708fd70 commit 4015f9cCopy full SHA for 4015f9c
ci/tools/env-vars
@@ -60,8 +60,7 @@ elif [[ "${1}" == "test" ]]; then
60
# We only test compute-sanitizer on python 3.12 arbitrarily; we don't need to use sanitizer on the entire matrix
61
# Only local ctk installs have compute-sanitizer; there is no wheel for it
62
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
+ echo "LATEST_CUDA_VERSION=$(bash .github/workflows/guess_latest.sh)" >> $GITHUB_ENV
65
SETUP_SANITIZER=1
66
else
67
SETUP_SANITIZER=0
0 commit comments