Skip to content

Commit 59f26eb

Browse files
JeanChristopheMorinPersoreinecke
authored andcommitted
Recursively get submodules before generating the sdist (AcademySoftwareFoundation#1152)
1 parent 1b5848f commit 59f26eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,11 @@ jobs:
124124

125125
package_sdist:
126126
needs: py_build_test
127-
runs-on: ubuntu-20.04
127+
runs-on: ubuntu-latest
128128
steps:
129-
- uses: actions/checkout@v2
129+
- uses: actions/[email protected]
130+
with:
131+
submodules: 'recursive'
130132

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

0 commit comments

Comments
 (0)