Skip to content

Commit 87ad343

Browse files
authored
Update build_wheels_windows.yml
1 parent 3dcfcf6 commit 87ad343

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
uses: actions/checkout@v4
5252
with:
5353
submodules: false
54-
fetch-depth: 0
55-
submodule-update-depth: 1
54+
fetch-depth: 1
5655

5756
- name: Set up Python ${{ matrix.python-version }}
5857
uses: actions/setup-python@v4
@@ -111,8 +110,7 @@ jobs:
111110
uses: actions/checkout@v4
112111
with:
113112
submodules: true
114-
fetch-depth: 0
115-
submodule-update-depth: 1
113+
fetch-depth: 1
116114

117115
- name: Show current commit and branch
118116
run: |

0 commit comments

Comments
 (0)