Skip to content

Commit

Permalink
update jobs to clone submodules recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhus22 committed Jun 3, 2024
1 parent 8ae2ade commit d393ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: 'recursive'

- name: Build SDist
run: pipx run build --sdist
Expand All @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: 'recursive'

- uses: pypa/cibuildwheel@v2.17

Expand Down

0 comments on commit d393ee1

Please sign in to comment.