Skip to content

Commit 2b5dd59

Browse files
author
Gerit Wagner
committed
test workflow: clone submodule
1 parent cd633ba commit 2b5dd59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
runs-on: ${{ matrix.platform }}
1414
steps:
1515
- uses: actions/checkout@v4
16+
with:
17+
submodules: recursive
18+
fetch-depth: 0
1619

1720
- name: Set up Python ${{ matrix.python-version }}
1821
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)