Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
gouzil committed Jul 21, 2023
1 parent 7b12c68 commit 5bc2c41
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 @@ -3568,6 +3568,7 @@ EOF
if [ "$SYSTEM" == "Darwin" ]; then
${PYTHON_EXECUTABLE} setup.py $2 --plat-name=macosx_10_9_x86_64;build_error=$?
else
rm -rf /workspace/Paddle/build/third_party/
${PYTHON_EXECUTABLE} setup.py $2;build_error=$?
fi
else
Expand Down

0 comments on commit 5bc2c41

Please sign in to comment.