Skip to content

Commit bb48c87

Browse files
committed
Don't pre-clone submodules on CI, at least for now
This has actions/checkout no longer automatically clone submodules in the CI test workflows. This change is for the purpose of reproducing gitpython-developers#1713, to allow the forthcoming fix for it to be tested. However, continuing to rely on init-tests-after-clone.sh to get the submodules would serve as a kind of regression testing for gitpython-developers#1713. So it is unclear at this time if and when this change should be undone.
1 parent 6f765a2 commit bb48c87

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/cygwin-test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0
29-
submodules: recursive
3029

3130
- name: Install Cygwin
3231
uses: cygwin/cygwin-install-action@v4

.github/workflows/pythonpackage.yml

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 0
30-
submodules: recursive
3130

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

0 commit comments

Comments
 (0)