Skip to content

Commit

Permalink
fix the xpu windows smoke test (#2005)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuanqi129 authored Oct 2, 2024
1 parent 688f108 commit e3219c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate-windows-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
if [[ ${MATRIX_GPU_ARCH_TYPE} == "cuda" ]]; then
./windows/internal/driver_update.bat
elif [[ ${MATRIX_GPU_ARCH_TYPE} == "xpu" ]]; then
export CUDA_VERSION=xpu
./windows/internal/xpu_install.bat
fi
source ./.github/scripts/validate_binaries.sh

0 comments on commit e3219c4

Please sign in to comment.