Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb48c87

Browse filesBrowse 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 #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 #1713. So it is unclear at this time if and when this change should be undone.
1 parent 6f765a2 commit bb48c87
Copy full SHA for bb48c87

File tree

2 files changed

+0
-2
lines changed
Filter options

2 files changed

+0
-2
lines changed

‎.github/workflows/cygwin-test.yml

Copy file name to clipboardExpand all lines: .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

Copy file name to clipboardExpand all lines: .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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.