Skip to content

Commit

Permalink
fix kokoro
Browse files Browse the repository at this point in the history
  • Loading branch information
zpcore committed May 17, 2024
1 parent 1e84423 commit 9e1dd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ XLA_DIR=$PYTORCH_DIR/xla
git clone --quiet https://github.com/pytorch/pytorch.git "$PYTORCH_DIR"
pushd .
cd $PYTORCH_DIR
git submodule update --init --recursive
git submodule --quiet update --init --recursive
popd
cp -r "${KOKORO_ARTIFACTS_DIR}/github/xla" "$XLA_DIR"
source ${XLA_DIR}/.kokoro/common.sh
Expand Down

0 comments on commit 9e1dd58

Please sign in to comment.