Skip to content

Commit 8c84342

Browse files
Make GitHub actions checkout with recursing submodules
1 parent 656cbbb commit 8c84342

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package.yml

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262

6363
steps:
6464
- uses: actions/checkout@v4
65+
with:
66+
submodules: recursive
6567

6668
- uses: actions/setup-python@v5
6769
with:
@@ -91,6 +93,8 @@ jobs:
9193
mingw-w64-x86_64-python-wheel
9294
9395
- uses: actions/checkout@v4
96+
with:
97+
submodules: recursive
9498

9599
- name: Install pybind11
96100
# This is required because --no-build-isolation disable dependences

0 commit comments

Comments
 (0)