We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f028dc0 commit af4661dCopy full SHA for af4661d
.github/workflows/validate-repackaged-binary-sizes.yml
@@ -46,7 +46,7 @@ jobs:
46
set -ex
47
48
# shellcheck disable=SC2086
49
- CUDA_VERSION=$(python3 tools/scripts/get_stable_cuda_version.py --channel ${CHANNEL})
+ CUDA_VERSION=$(python3 tools/scripts/get_stable_cuda_version.py --channel ${MATRIX_CHANNEL})
50
51
CUDA_VERSION_NODOT=$(echo ${CUDA_VERSION} | tr -d '.')
52
0 commit comments