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 55208e9 commit 57fef17Copy full SHA for 57fef17
.github/workflows/build_wheels_windows.yml
@@ -162,6 +162,9 @@ jobs:
162
path: wheelhouse/
163
- name: Package installation
164
run: |
165
+ $env:OpenBLAS_HOME = "$PWD"
166
+ $env:PATH = "$env:OpenBLAS_HOME\openblas\bin;$env:PATH"
167
+ Write-Host "OpenBLAS_HOME=$env:OpenBLAS_HOME"
168
cd ${{ github.workspace }}/tests
169
&python -m pip install --user --no-warn-script-location (ls "../wheelhouse/opencv*.whl")
170
if ($LastExitCode -ne 0) {throw $LastExitCode}
0 commit comments