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 69b6ee1 commit ca06f36Copy full SHA for ca06f36
.github/actions/fetch_ctk/guess_latest.sh renamed to .github/workflows/guess_latest.sh
.github/workflows/test-wheel-linux.yml
@@ -91,7 +91,7 @@ jobs:
91
# Only local ctk installs have compute-sanitizer; there is not wheel for it
92
if [[ "${{ inputs.python-version }}" == "3.12" && "${{ inputs.cuda-version }}" != "11.8.0" && "${{ inputs.local-ctk }}" == 1 ]]; then
93
SETUP_SANITIZER=1
94
- echo "LATEST_CUDA_VERSION=$(bash .github/actions/fetch_ctk/guess_latest.sh)" >> $GITHUB_ENV
+ echo "LATEST_CUDA_VERSION=$(bash .github/workflows/guess_latest.sh)" >> $GITHUB_ENV
95
else
96
SETUP_SANITIZER=0
97
fi
0 commit comments