Skip to content

Commit 662da35

Browse files
using build version
1 parent 4d3a60c commit 662da35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/ppc64le-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export PYTORCH_BUILD_NUMBER=1
99
cd /workspace/$PACKAGE_NAME
1010

1111
# Build and install PyTorch wheel
12-
if ! (MAX_JOBS=4 python setup.py bdist_wheel); then
12+
if ! (MAX_JOBS=4 python setup.py bdist_wheel --version=$PYTORCH_BUILD_VERSION); then
1313
echo "------------------$PACKAGE_NAME:install_fails-------------------------------------"
1414
exit 1
1515
fi

0 commit comments

Comments
 (0)