From 7137aeb9fcda0ce3344b9d02a1d47fc8bc35f430 Mon Sep 17 00:00:00 2001 From: "Wang, Chuanqi" Date: Sun, 22 Dec 2024 20:04:31 +0800 Subject: [PATCH] [CI] Add ccl and mpi env source for XCCL backend related PR test (#1179) --- .github/scripts/env.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/scripts/env.sh b/.github/scripts/env.sh index 4fd192c06..9cfd67477 100644 --- a/.github/scripts/env.sh +++ b/.github/scripts/env.sh @@ -4,6 +4,8 @@ if [ "$1" != "nightly_wheel" ];then source /opt/intel/oneapi/compiler/latest/env/vars.sh source /opt/intel/oneapi/umf/latest/env/vars.sh source /opt/intel/oneapi/pti/latest/env/vars.sh + source /opt/intel/oneapi/ccl/latest/env/vars.sh + source /opt/intel/oneapi/mpi/latest/env/vars.sh else echo "Don't need to source DL-Essential for nightly wheel" fi