Skip to content

Commit

Permalink
Update ci-macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Sep 3, 2024
1 parent 6e1f056 commit 2e0953d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e0953d

Please sign in to comment.