Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commitbb48c87

Browse files
committed
Don't pre-clone submodules on CI, at least for now
This has actions/checkout no longer automatically clone submodulesin the CI test workflows. This change is for the purpose ofreproducing#1713, to allow the forthcoming fix for it to betested.However, continuing to rely on init-tests-after-clone.sh to get thesubmodules would serve as a kind of regression testing for#1713.So it is unclear at this time if and when this change should beundone.
1 parent6f765a2 commitbb48c87

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

‎.github/workflows/cygwin-test.yml

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp