Skip to content

Commit 1325927

Browse files
Recursively get submodules before generating the sdist (#1152)
1 parent b96e95d commit 1325927

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ jobs:
127127
runs-on: ubuntu-latest
128128
steps:
129129
- uses: actions/[email protected]
130+
with:
131+
submodules: 'recursive'
130132

131133
- uses: actions/setup-python@v2
132134

0 commit comments

Comments
 (0)