Skip to content

Commit bb5ef00

Browse files
committed
call
1 parent a6357b6 commit bb5ef00

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/genai_package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
- run: call w_openvino_toolkit_windows_2024.1.0.dev20240304_x86_64\setupvars.bat && cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
3434
- run: call w_openvino_toolkit_windows_2024.1.0.dev20240304_x86_64\setupvars.bat && cmake --build ./build/ --config Release --target package -j
3535
- run: call w_openvino_toolkit_windows_2024.1.0.dev20240304_x86_64\setupvars.bat && cmake --install ./build/ --config Release --prefix w_openvino_toolkit_windows_2024.1.0.dev20240304_x86_64
36-
- run: samples/cpp/build_samples_msvc.bat -b ${{ github.workspace }}/samples-build
36+
- run: call w_openvino_toolkit_windows_2024.1.0.dev20240304_x86_64\samples/cpp/build_samples_msvc.bat -b ${{ github.workspace }}/samples-build
3737
- run: call w_openvino_toolkit_windows_2024.1.0.dev20240304_x86_64\setupvars.bat && ${{ github.workspace }}/samples-build/intel64/Release/greedy_causal_lm asdf

src/python/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ add_custom_command(TARGET py_generate_pipeline POST_BUILD
4343
"$<TARGET_FILE:py_generate_pipeline>"
4444
"${CMAKE_CURRENT_SOURCE_DIR}/openvino_genai/$<TARGET_FILE_NAME:py_generate_pipeline>"
4545
COMMENT "Copy py_generate_pipeline to src/python/openvino_genai/")
46+
# TODO: install python into archive

0 commit comments

Comments
 (0)