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 6688943 commit 1b73de3Copy full SHA for 1b73de3
.github/workflows/build_wheels_windows.yml
@@ -112,18 +112,6 @@ jobs:
112
echo %CMAKE_ARGS%
113
114
python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\\wheelhouse -v
115
- dir /s /b build
116
- setlocal enabledelayedexpansion
117
- for /d %%D in (build\lib*) do (
118
- set "BUILDDIR=%%D"
119
- if exist "%%D\cv2" (
120
- copy /Y openblas\bin\libopenblas.dll "%%D\cv2\libopenblas.dll"
121
- ) else (
122
- echo [!] cv2 directory not found in %%D
123
- exit /b 1
124
- )
125
126
- endlocal
127
shell: cmd
128
129
- name: Saving all wheels
0 commit comments