Skip to content

Commit

Permalink
[CI] Add ccl and mpi env source for XCCL backend related PR test (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuanqi129 authored Dec 22, 2024
1 parent e2e802f commit 7137aeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7137aeb

Please sign in to comment.