Skip to content

Commit

Permalink
Fix cuda windows validations update cuda driver. (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed May 6, 2024
1 parent 391b8d5 commit f0362be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-windows-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
printf '%s\n' ${{ toJson(inputs.release-matrix) }} > release_matrix.json
source /c/Jenkins/Miniconda3/etc/profile.d/conda.sh
if [[ ${MATRIX_GPU_ARCH_VERSION} == "12.1" ]]; then
if [[ ${MATRIX_GPU_ARCH_TYPE} == "cuda" ]]; then
./windows/internal/driver_update.bat
fi
source ./.github/scripts/validate_binaries.sh

0 comments on commit f0362be

Please sign in to comment.