Skip to content

Commit e1383d3

Browse files
authored
Merge pull request #158 from michaeltryby/dev-fix-sdist
Enable submodule checkout in sdist build workflow
2 parents 283f40e + db754a5 commit e1383d3

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)