Skip to content

Commit 92f178d

Browse files
authored
Update build_wheels_windows.yml
1 parent 516ff9b commit 92f178d

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
- name: Checkout
5151
uses: actions/checkout@v4
5252
with:
53-
ref: ${{ github.head_ref }}
5453
submodules: false
5554
fetch-depth: 0
5655

@@ -110,29 +109,9 @@ jobs:
110109
- name: Checkout
111110
uses: actions/checkout@v4
112111
with:
113-
ref: ${{ github.head_ref }}
114112
submodules: true
115113
fetch-depth: 0
116-
117-
- name: Update submodules to HEAD of 4.x
118-
shell: bash
119-
run: |
120-
git submodule foreach '
121-
echo "$name"
122-
git fetch origin
123-
git checkout 4.x || true
124-
git pull origin 4.x || true
125-
'
126114

127-
- name: Show current commit and branch
128-
run: |
129-
git rev-parse --abbrev-ref HEAD
130-
git log -1 --oneline
131-
132-
- name: Print location of np.fromstring
133-
run: |
134-
findstr /C:"np.fromstring" opencv\modules\python\test\tests_common.py || echo "No fromstring found"
135-
136115
- name: Set up Python ${{ matrix.python-version }}
137116
uses: actions/setup-python@v4
138117
with:

0 commit comments

Comments
 (0)