Skip to content

Commit c7ab1d0

Browse files
laurenclaude
authored andcommitted
CI: use non-recursive submodule init (ard has broken nested submodules)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ee5b618 commit c7ab1d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v3
12-
with:
13-
submodules: true
12+
- name: Init submodules (non-recursive)
13+
run: git submodule update --init
1414
- name: Set up Python 3.11
1515
uses: actions/setup-python@v3
1616
with:

0 commit comments

Comments
 (0)