Skip to content

Commit b84479c

Browse files
committed
ci: Remove unnecessary checkout of submodules
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 4c84e22 commit b84479c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
steps:
1818
- name: Fetch sources
1919
uses: actions/checkout@v3
20-
with:
21-
submodules: true
2220

2321
- name: Set up Python
2422
uses: actions/setup-python@v4
@@ -46,8 +44,6 @@ jobs:
4644
steps:
4745
- name: Fetch sources
4846
uses: actions/checkout@v3
49-
with:
50-
submodules: true
5147

5248
- name: Set up Python
5349
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)