Skip to content

Commit

Permalink
need recursive submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann authored Apr 7, 2022
1 parent 5a52502 commit d0e4554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Optional, use if you use setuptools_scm
submodules: true # Optional, use if you have submodules
submodules: recursive # Optional, use if you have submodules

- name: Build SDist
run: |
Expand Down

0 comments on commit d0e4554

Please sign in to comment.