We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2500be0 commit ec8413dCopy full SHA for ec8413d
ci/tools/env-vars
@@ -69,7 +69,7 @@ elif [[ "${1}" == "test" ]]; then
69
# We only test compute-sanitizer on python 3.12 arbitrarily; we don't need to use sanitizer on the entire matrix
70
# Only local ctk installs have compute-sanitizer; there is no wheel for it
71
if [[ "${PY_VER}" == "3.12" && "${CUDA_VER}" != "11.8.0" && "${LOCAL_CTK}" == 1 && "${HOST_PLATFORM}" == linux* ]]; then
72
- echo "LATEST_CUDA_VERSION=$(bash .github/workflows/guess_latest.sh $TEST_CUDA_MAJOR)" >> $GITHUB_ENV
+ echo "LATEST_CUDA_VERSION=$(bash ci/tools/guess_latest.sh $TEST_CUDA_MAJOR)" >> $GITHUB_ENV
73
SETUP_SANITIZER=1
74
else
75
SETUP_SANITIZER=0
.github/workflows/guess_latest.sh ci/tools/guess_latest.sh.github/workflows/guess_latest.sh renamed to ci/tools/guess_latest.sh
0 commit comments