Skip to content

Commit

Permalink
Enable xpu env setup for binaries validate script
Browse files Browse the repository at this point in the history
  • Loading branch information
chuanqi129 committed Sep 12, 2024
1 parent 260aaf0 commit 5225be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/validate_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ else
if [[ ${TARGET_OS} == 'linux' ]]; then
export CONDA_LIBRARY_PATH="$(dirname $(which python))/../lib"
export LD_LIBRARY_PATH=$CONDA_LIBRARY_PATH:$LD_LIBRARY_PATH
${PWD}/check_binary.sh
source ${PWD}/check_binary.sh
fi

# We are only interested in CUDA tests and Python 3.8-3.11. Not all requirement libraries are available for 3.12 yet.
Expand Down

0 comments on commit 5225be9

Please sign in to comment.