Skip to content

Commit 37eef63

Browse files
authored
Update build_wheels_windows.yml
1 parent 6b45446 commit 37eef63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ jobs:
191191
cd ${{ github.workspace }}/tests
192192
&python -m pip install --user --no-warn-script-location (ls "../wheelhouse/opencv*.whl")
193193
if ($LastExitCode -ne 0) {throw $LastExitCode}
194-
$cv2_path = python -c "import cv2; import os; print(os.path.dirname(cv2.__file__))"
194+
$cv2_path = $(python -c "import cv2, os; print(os.path.dirname(cv2.__file__))")
195+
echo $cv2_path
195196
Copy-Item "${{ github.workspace }}\wheelhouse\libopenblas.dll" "$cv2_path\libopenblas.dll"
196197
python get_build_info.py
197198
shell: powershell

0 commit comments

Comments
 (0)