Skip to content

Commit 1815c7b

Browse files
committed
Try to update submodules
1 parent 57c0ddf commit 1815c7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- uses: actions/checkout@v4
2121
with:
2222
submodules: "true"
23+
- name: Update submodules
24+
run: git submodule update --init --recursive
2325
- name: Set up Python ${{ matrix.python-version }}
2426
uses: actions/setup-python@v4
2527
with:

0 commit comments

Comments
 (0)