Skip to content

Commit d2f7376

Browse files
authored
fix(ci): add submodule recursive to the checkout section
1 parent 6c7b423 commit d2f7376

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
needs: releaseGithub
4343
steps:
4444
- uses: actions/checkout@v4
45+
with:
46+
submodules: recursive
47+
4548
- name: install requirements
4649
run: pip install -r requirements.txt
4750

0 commit comments

Comments
 (0)