Skip to content

Commit 57fef17

Browse files
authored
Update build_wheels_windows.yml
1 parent 55208e9 commit 57fef17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ jobs:
162162
path: wheelhouse/
163163
- name: Package installation
164164
run: |
165+
$env:OpenBLAS_HOME = "$PWD"
166+
$env:PATH = "$env:OpenBLAS_HOME\openblas\bin;$env:PATH"
167+
Write-Host "OpenBLAS_HOME=$env:OpenBLAS_HOME"
165168
cd ${{ github.workspace }}/tests
166169
&python -m pip install --user --no-warn-script-location (ls "../wheelhouse/opencv*.whl")
167170
if ($LastExitCode -ne 0) {throw $LastExitCode}

0 commit comments

Comments
 (0)