Skip to content

Commit 9393fbf

Browse files
init submodules when checking out in Format matrix
1 parent de464fc commit 9393fbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787
with:
8888
python-version: 3.10.10
8989
- uses: actions/checkout@v4
90+
with:
91+
submodules: 'true'
9092

9193
- name: Install dependencies
9294
run: ./.github/scripts/install_dependencies.sh

0 commit comments

Comments
 (0)