Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit a4ede2d

Browse files
authored
[CD] Fix xpu linux CD wheel check (#2046)
1 parent 28efbd8 commit a4ede2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

check_binary.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ fi
5959
# Setup XPU ENV
6060
###############################################################################
6161
if [[ "$DESIRED_CUDA" == 'xpu' ]]; then
62+
set +u
6263
# Refer https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpus.html
6364
source /opt/intel/oneapi/compiler/latest/env/vars.sh
6465
source /opt/intel/oneapi/pti/latest/env/vars.sh

0 commit comments

Comments
 (0)