Skip to content

Commit

Permalink
fix distro
Browse files Browse the repository at this point in the history
  • Loading branch information
tianshuo78520a committed May 7, 2021
1 parent db5eac2 commit 3222217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddle/scripts/paddle_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1903,6 +1903,7 @@ function main() {
local parallel_number=$2
init
if [ "$CMD" != "assert_file_approvals" ];then
python -m pip install distro
python ${PADDLE_ROOT}/tools/summary_env.py
bash ${PADDLE_ROOT}/tools/get_cpu_info.sh
fi
Expand Down

1 comment on commit 3222217

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.