diff --git a/jenkins/pytorch/build_nimbix.sh b/jenkins/pytorch/build_nimbix.sh index a32ce72c6..6de61e98b 100644 --- a/jenkins/pytorch/build_nimbix.sh +++ b/jenkins/pytorch/build_nimbix.sh @@ -184,6 +184,7 @@ git clone https://github.com/pytorch/$PROJECT --quiet cd $PROJECT git fetch --tags https://github.com/pytorch/$PROJECT +refs/pull/*:refs/remotes/origin/pr/* --quiet git checkout $GIT_BRANCH +git submodule update --init --recursive if [ "$OS" == "OSX" ]; then export MACOSX_DEPLOYMENT_TARGET=10.9