Skip to content

Commit 659fd78

Browse files
authored
Update build_wheels_windows.yml
1 parent 3f57a12 commit 659fd78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 3 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-2019
22+
runs-on: windows-2022
2323
strategy:
2424
fail-fast: false
2525
matrix:
@@ -122,7 +122,7 @@ jobs:
122122

123123
Test:
124124
needs: [Build]
125-
runs-on: windows-2019
125+
runs-on: windows-2022
126126
defaults:
127127
run:
128128
shell: cmd
@@ -162,6 +162,7 @@ jobs:
162162
path: wheelhouse/
163163
- name: Package installation
164164
run: |
165+
dir %GITHUB_WORKSPACE%\openblas\bin
165166
set "PATH=%GITHUB_WORKSPACE%\openblas\bin;%PATH%"
166167
cd ${{ github.workspace }}/tests
167168
&python -m pip install --user --no-warn-script-location (ls "../wheelhouse/opencv*.whl")

0 commit comments

Comments
 (0)