Skip to content

Commit

Permalink
[Fix](mlu-ops): fix python to python3 in independent_build (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanieeelLiu authored Jan 24, 2024
1 parent a6e3489 commit 8228924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion independent_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ prepare_cntoolkit () {
PACKAGE_OS="Linux"

# read build.property, print cntoolkit and cnnl dep-package-version
build_requires=(`python version_pre_check.py get_build_requires`)
build_requires=(`python3 version_pre_check.py get_build_requires`)
# build_requires is an array(cntoolkit release cntoolkit-version cnnl release cnnl-version)
arr_modules=(${build_requires[0]} ${build_requires[3]})
arr_branch=(${build_requires[1]} ${build_requires[4]})
Expand Down

0 comments on commit 8228924

Please sign in to comment.