Skip to content

Commit 9791ccf

Browse files
authored
Update build_wheels_windows.yml
1 parent 1f8dcad commit 9791ccf

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
Build:
22-
runs-on: windows-2022
22+
runs-on: windows-2025
2323
strategy:
2424
fail-fast: false
2525
matrix:
@@ -82,7 +82,7 @@ jobs:
8282

8383
Test:
8484
needs: [Build]
85-
runs-on: windows-2022
85+
runs-on: windows-2025
8686
defaults:
8787
run:
8888
shell: cmd
@@ -110,6 +110,15 @@ jobs:
110110
with:
111111
submodules: true
112112
fetch-depth: 0
113+
- name: Show current commit and branch
114+
run: |
115+
git rev-parse --abbrev-ref HEAD
116+
git log -1 --oneline
117+
118+
- name: Print location of np.fromstring
119+
run: |
120+
findstr /C:"np.fromstring" opencv\modules\python\test\tests_common.py || echo "No fromstring found"
121+
113122
- name: Set up Python ${{ matrix.python-version }}
114123
uses: actions/setup-python@v4
115124
with:

0 commit comments

Comments
 (0)