From 2e0953d16d1d3dec0b92c4b4659dfa6742f89ebc Mon Sep 17 00:00:00 2001 From: Maksim Levental Date: Tue, 3 Sep 2024 09:19:35 -0500 Subject: [PATCH] Update ci-macos.yml --- .github/workflows/ci-macos.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index cc7598da2..f05ae1c4a 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -51,11 +51,7 @@ jobs: run: | git init git remote add origin $REPO_ADDRESS - git \ - -c protocol.version=2 \ - fetch \ - --depth 1 \ - origin $BRANCH_NAME + git -c protocol.version=2 fetch --depth 1 origin $BRANCH_NAME git -c submodule."third_party/torch-mlir".update=none -c submodule."third_party/stablehlo".update=none -c submodule."src/runtime_src/core/common/aiebu".update=none submodule update --init --recursive --depth 1 --single-branch -j 10 - uses: actions/setup-python@v4