Skip to content

Commit 382486a

Browse files
authored
[validations] Set MATRIX_GPU_ARCH_VERSION for amazon linux 2023 test (#6509)
Set MATRIX_GPU_ARCH_VERSION to required cuda version. Fixes failure in the validations
1 parent 6e03eae commit 382486a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate-linux-binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ jobs:
191191
192192
CUDA_VERSION=$(python3 ../../test-infra/tools/scripts/get_stable_cuda_version.py --channel ${{ inputs.channel }})
193193
CUDA_VERSION_NODOT=$(echo $CUDA_VERSION | tr -d '.')
194+
export MATRIX_GPU_ARCH_VERSION="${CUDA_VERSION}"
194195
195196
DWN_PYTORCH_ORG="https://download.pytorch.org/whl/nightly/cu${CUDA_VERSION_NODOT}"
196197
if [[ ${{ inputs.channel }} == 'test' ]]; then

0 commit comments

Comments
 (0)