Skip to content

Commit b070189

Browse files
authored
Checkout submodules in testing workflow
1 parent ce26cc7 commit b070189

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
OMP_NUM_THREADS: 2
4141

4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v7
44+
with:
45+
submodules: true
4446

4547
- name: Set up Python ${{ matrix.python-version }}
4648
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)