Skip to content

Commit

Permalink
Merge pull request #1332 from ocefpaf/ship_submodules
Browse files Browse the repository at this point in the history
remove submodules from checkout actions
  • Loading branch information
jswhit authored Jun 18, 2024
2 parents 4866651 + b1fadf8 commit 36cdc8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: 'true'

# For aarch64 support
# https://cibuildwheel.pypa.io/en/stable/faq/#emulation
Expand Down Expand Up @@ -129,7 +128,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: 'true'

- uses: actions/setup-python@v4
name: Install Python
Expand Down

0 comments on commit 36cdc8b

Please sign in to comment.