Skip to content

Commit 1a4c2a2

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

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
@@ -18,8 +18,6 @@ jobs:
1818
steps:
1919
- name: Fetch sources
2020
uses: actions/checkout@v3
21-
with:
22-
submodules: true
2321

2422
- name: Set up Python
2523
uses: actions/setup-python@v4
@@ -47,8 +45,6 @@ jobs:
4745
steps:
4846
- name: Fetch sources
4947
uses: actions/checkout@v3
50-
with:
51-
submodules: true
5248

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

0 commit comments

Comments
 (0)