Skip to content

Commit 3f57a12

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162
path: wheelhouse/
163163
- name: Package installation
164164
run: |
165+
set "PATH=%GITHUB_WORKSPACE%\openblas\bin;%PATH%"
165166
cd ${{ github.workspace }}/tests
166167
&python -m pip install --user --no-warn-script-location (ls "../wheelhouse/opencv*.whl")
167168
if ($LastExitCode -ne 0) {throw $LastExitCode}

0 commit comments

Comments
 (0)