Skip to content

Commit db754a5

Browse files
authored
Enable submodule checkout in sdist build workflow
Checking out the submodule fixes the sdist build
1 parent 283f40e commit db754a5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_wheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
steps:
4747
- name: Checkout repo
4848
uses: actions/checkout@v5
49+
with:
50+
submodules: true
4951
- name: Install Python
5052
uses: actions/setup-python@v5
5153
with:

0 commit comments

Comments
 (0)