Skip to content

Commit d5718fb

Browse files
authored
Update build_wheels_windows.yml
1 parent 7c9bbea commit d5718fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels_windows.yml

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

0 commit comments

Comments
 (0)