[DOCS] Python API version fix (#23403)
CMakeLists.txt update, to be able to build right version of Python API.
This commit is contained in:
parent
beb158f6f0
commit
655a72607f
|
|
@ -59,7 +59,7 @@ function(build_docs)
|
|||
|
||||
if(${ENABLE_PYTHON_API})
|
||||
list(APPEND commands COMMAND ${CMAKE_COMMAND} -E cmake_echo_color --green "STARTED preprocessing OpenVINO Python API")
|
||||
list(APPEND commands COMMAND ${Python3_EXECUTABLE} -m pip install openvino)
|
||||
list(APPEND commands COMMAND ${Python3_EXECUTABLE} -m pip install openvino==2023.3)
|
||||
list(APPEND commands COMMAND ${CMAKE_COMMAND} -E cmake_echo_color --green "FINISHED preprocessing OpenVINO Python API")
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue