Skip to content

Commit f1fecb3

Browse files
committed
Add submodule support in CI
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 4c237ce commit f1fecb3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4
13+
with:
14+
submodules: recursive
1315

1416
- name: Setup Python environment
1517
uses: actions/setup-python@v5
@@ -44,6 +46,8 @@ jobs:
4446
steps:
4547
- name: Checkout
4648
uses: actions/checkout@v4
49+
with:
50+
submodules: recursive
4751

4852
- name: Setup Python environment
4953
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)