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 3f57a12 commit 659fd78Copy full SHA for 659fd78
.github/workflows/build_wheels_windows.yml
@@ -19,7 +19,7 @@ on:
19
20
jobs:
21
Build:
22
- runs-on: windows-2019
+ runs-on: windows-2022
23
strategy:
24
fail-fast: false
25
matrix:
@@ -122,7 +122,7 @@ jobs:
122
123
Test:
124
needs: [Build]
125
126
defaults:
127
run:
128
shell: cmd
@@ -162,6 +162,7 @@ jobs:
162
path: wheelhouse/
163
- name: Package installation
164
run: |
165
+ dir %GITHUB_WORKSPACE%\openblas\bin
166
set "PATH=%GITHUB_WORKSPACE%\openblas\bin;%PATH%"
167
cd ${{ github.workspace }}/tests
168
&python -m pip install --user --no-warn-script-location (ls "../wheelhouse/opencv*.whl")
0 commit comments