Skip to content

Commit 51d5e9b

Browse files
authored
Update complete_check.yml
Remove submodule cloning.
1 parent 7464ba1 commit 51d5e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/complete_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:
14-
submodules: 'recursive'
14+
# submodules: 'recursive'
1515
fetch-depth: 1
1616

1717
- name: Set up Python 3.10

0 commit comments

Comments
 (0)