Skip to content

Commit 5b80d53

Browse files
authored
fix(ci): add submodule option to the checkout section
1 parent d56d4e1 commit 5b80d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v4
4545
with:
46-
submodules: recursive
46+
submodules: true
4747

4848
- name: install requirements
4949
run: pip install -r requirements.txt

0 commit comments

Comments
 (0)