Skip to content

Commit ca06f36

Browse files
committed
move
1 parent 69b6ee1 commit ca06f36

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test-wheel-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# Only local ctk installs have compute-sanitizer; there is not wheel for it
9292
if [[ "${{ inputs.python-version }}" == "3.12" && "${{ inputs.cuda-version }}" != "11.8.0" && "${{ inputs.local-ctk }}" == 1 ]]; then
9393
SETUP_SANITIZER=1
94-
echo "LATEST_CUDA_VERSION=$(bash .github/actions/fetch_ctk/guess_latest.sh)" >> $GITHUB_ENV
94+
echo "LATEST_CUDA_VERSION=$(bash .github/workflows/guess_latest.sh)" >> $GITHUB_ENV
9595
else
9696
SETUP_SANITIZER=0
9797
fi

0 commit comments

Comments
 (0)