Skip to content

Commit

Permalink
Added recursive retrieval of submodules when building wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauri-codes committed Jul 18, 2023
1 parent e673304 commit b11b679
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

# Used to host cibuildwheel
- uses: actions/setup-python@v3
Expand Down

0 comments on commit b11b679

Please sign in to comment.