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 7c9bbea commit d5718fbCopy full SHA for d5718fb
.github/workflows/build_wheels_windows.yml
@@ -162,9 +162,9 @@ jobs:
162
path: wheelhouse/
163
- name: Package installation
164
run: |
165
- set "GITHUB_WORKSPACE=%CD%"
166
- dir %GITHUB_WORKSPACE%\openblas\bin
167
- set "PATH=%GITHUB_WORKSPACE%\openblas\bin;%PATH%"
+ set "OpenBLAS_HOME=%CD%"
+ echo OpenBLAS_HOME=%OpenBLAS_HOME%
+ set "PATH=%OpenBLAS_HOME%\openblas\bin;%PATH%"
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