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 6b45446 commit 37eef63Copy full SHA for 37eef63
.github/workflows/build_wheels_windows.yml
@@ -191,7 +191,8 @@ jobs:
191
cd ${{ github.workspace }}/tests
192
&python -m pip install --user --no-warn-script-location (ls "../wheelhouse/opencv*.whl")
193
if ($LastExitCode -ne 0) {throw $LastExitCode}
194
- $cv2_path = python -c "import cv2; import os; print(os.path.dirname(cv2.__file__))"
+ $cv2_path = $(python -c "import cv2, os; print(os.path.dirname(cv2.__file__))")
195
+ echo $cv2_path
196
Copy-Item "${{ github.workspace }}\wheelhouse\libopenblas.dll" "$cv2_path\libopenblas.dll"
197
python get_build_info.py
198
shell: powershell
0 commit comments