Skip to content

Commit 797d688

Browse files
committed
fix: include submodules to repo clone
1 parent cddb867 commit 797d688

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pi_merge_parent_image.yml

+2
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ jobs:
172172
173173
git checkout -b ${{ needs.configure-branch-name.outputs.gh_head_ref }} || git checkout ${{ needs.configure-branch-name.outputs.gh_head_ref }}
174174
175+
bash smodules init
176+
175177
- name: Compile Requirements (Python)
176178
if: matrix.parent_image_type != 'next'
177179
run: |

0 commit comments

Comments
 (0)