Skip to content

Commit a210310

Browse files
update submodules when checkout action is executed in Format job
1 parent 0fd5d54 commit a210310

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
@@ -89,6 +89,8 @@ jobs:
8989
with:
9090
python-version: 3.10.10
9191
- uses: actions/checkout@v4
92+
with:
93+
submodules: 'true'
9294

9395
- name: Install dependencies
9496
run: ./.github/scripts/install_dependencies.sh

0 commit comments

Comments
 (0)