Skip to content

Commit 1b73de3

Browse files
authored
Update build_wheels_windows.yml
1 parent 6688943 commit 1b73de3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -112,18 +112,6 @@ jobs:
112112
echo %CMAKE_ARGS%
113113
114114
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
127115
shell: cmd
128116

129117
- name: Saving all wheels

0 commit comments

Comments
 (0)