Skip to content

Commit 8b48eee

Browse files
committed
add recursive to ci.yml
1 parent e2c3ab3 commit 8b48eee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20+
with:
21+
submodules: 'recursive'
2022

2123
- name: Set up Python ${{ matrix.python-version }}
2224
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)