Skip to content

Commit 1524c9d

Browse files
EliahKaganclaude
andcommitted
Remove submodules: recursive (testing complete)
Revert the temporary addition of `submodules: recursive` to `actions/checkout` in `cygwin-test.yml`, `pythonpackage.yml`, and `alpine-test.yml`. The bugfix in the immediately preceding commit is now established to work regardless of which mechanism populates the submodules. Returning the workflows to their pre-test posture restores the standing arrangement: `init-tests-after-clone.sh` as the sole submodule source on upstream CI. See PR gitpython-developers#1715 (gitpython-developers#1715) for the rationale. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0865fd1 commit 1524c9d

3 files changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/alpine-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
- uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
32-
# Temporary, for testing. The standing decision is to NOT pre-clone
33-
# submodules on CI; see https://github.com/gitpython-developers/GitPython/pull/1715
34-
submodules: recursive
3532

3633
- name: Set workspace ownership
3734
run: |

.github/workflows/cygwin-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939
uses: actions/checkout@v6
4040
with:
4141
fetch-depth: 0
42-
# Temporary, for testing. The standing decision is to NOT pre-clone
43-
# submodules on CI; see https://github.com/gitpython-developers/GitPython/pull/1715
44-
submodules: recursive
4542

4643
- &install-cygwin
4744
name: Install Cygwin

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ jobs:
5353
- uses: actions/checkout@v6
5454
with:
5555
fetch-depth: 0
56-
# Temporary, for testing. The standing decision is to NOT pre-clone
57-
# submodules on CI; see https://github.com/gitpython-developers/GitPython/pull/1715
58-
submodules: recursive
5956

6057
- name: Set up Python ${{ matrix.python-version }}
6158
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)