Skip to content

Commit 8c921d9

Browse files
author
Vincent Li
committed
updates pipeline configs .yml file
1 parent 2b69465 commit 8c921d9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci_child.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4
26+
with:
27+
submodules: recursive
2628

2729
- name: Show stage plan
2830
env:

.github/workflows/ci_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
19+
with:
20+
submodules: recursive
1921

2022
- name: Setup Python
2123
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)