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 a6cb773 commit 5a1705c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:
git init
git remote add origin $REPO_ADDRESS
git \
-c protocol.version=2 \
-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 \
fetch \
--recursive \
--shallow-submodules \
--depth 1 \
origin $BRANCH_NAME
git submodule update --init --recursive --depth 1 --single-branch -j 10
- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 5a1705c

Please sign in to comment.