Skip to content

Commit ec8413d

Browse files
committed
Move guess_latest.sh to ci/tools/
Consolidate CI scripts under ci/tools/ instead of scattering them across .github/workflows/.
1 parent 2500be0 commit ec8413d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ci/tools/env-vars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ elif [[ "${1}" == "test" ]]; then
6969
# We only test compute-sanitizer on python 3.12 arbitrarily; we don't need to use sanitizer on the entire matrix
7070
# Only local ctk installs have compute-sanitizer; there is no wheel for it
7171
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
72+
echo "LATEST_CUDA_VERSION=$(bash ci/tools/guess_latest.sh $TEST_CUDA_MAJOR)" >> $GITHUB_ENV
7373
SETUP_SANITIZER=1
7474
else
7575
SETUP_SANITIZER=0

0 commit comments

Comments
 (0)