Skip to content

Commit 0515e99

Browse files
authored
Recursively check out submodules in testing workflows
1 parent b070189 commit 0515e99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v7
4444
with:
45-
submodules: true
45+
submodules: 'recursive'
4646

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

0 commit comments

Comments
 (0)