We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcfcf6 commit 87ad343Copy full SHA for 87ad343
.github/workflows/build_wheels_windows.yml
@@ -51,8 +51,7 @@ jobs:
51
uses: actions/checkout@v4
52
with:
53
submodules: false
54
- fetch-depth: 0
55
- submodule-update-depth: 1
+ fetch-depth: 1
56
57
- name: Set up Python ${{ matrix.python-version }}
58
uses: actions/setup-python@v4
@@ -111,8 +110,7 @@ jobs:
111
110
112
113
submodules: true
114
115
116
117
- name: Show current commit and branch
118
run: |
0 commit comments