Skip to content

Commit 96e2a7c

Browse files
authored
{CI} Remove Python 2 patch step in build scripts (#32519)
1 parent a3298ec commit 96e2a7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build_scripts/windows/scripts/build.cmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ if %errorlevel% neq 0 goto ERROR
154154
pushd %BUILDING_DIR%
155155
%BUILDING_DIR%\python.exe -I %REPO_ROOT%\scripts\compact_aaz.py
156156
if %errorlevel% neq 0 goto ERROR
157-
%BUILDING_DIR%\python.exe -I %~dp0\patch_models_v2.py
158-
if %errorlevel% neq 0 goto ERROR
159157
%BUILDING_DIR%\python.exe -I %REPO_ROOT%\scripts\trim_sdk.py
160158
if %errorlevel% neq 0 goto ERROR
161159
popd

0 commit comments

Comments
 (0)