Refactor install wheels on azure (#9394)

This commit is contained in:
Anton Romanov
2021-12-24 11:37:05 +03:00
committed by GitHub
parent 31b6b034bc
commit 6b8cfac82c
2 changed files with 2 additions and 2 deletions

View File

@@ -203,7 +203,7 @@ jobs:
- script: ls -alR $(INSTALL_DIR)
displayName: 'List install files'
- script: python3 -m pip install $(INSTALL_DIR)/tools/*.whl --find-links=$(INSTALL_DIR)/tools
- script: python3 -m pip install openvino-dev --find-links=$(INSTALL_DIR)/tools
displayName: 'Install wheels'
- script: |

View File

@@ -156,7 +156,7 @@ jobs:
- script: dir $(INSTALL_DIR) /s
displayName: 'List install files'
- script: for %%f in ($(INSTALL_DIR)\tools\*.whl) do (python -m pip install %%f --find-links=$(INSTALL_DIR)\tools\)
- script: python -m pip install openvino-dev --find-links=$(INSTALL_DIR)\tools
displayName: 'Install Wheels'
- script: call "$(MSVS_VARS_PATH)" && $(CMAKE_CMD) -DCMAKE_C_COMPILER:PATH="$(MSVC_COMPILER_PATH)" -DCMAKE_CXX_COMPILER:PATH="$(MSVC_COMPILER_PATH)" $(REPO_DIR)\tests\samples_tests