Skip to content

Commit

Permalink
install ov wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed Jun 28, 2023
1 parent a2b3dd1 commit ce7b3f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ jobs:
py -3.7 -m pip install -r ${{ env.OPENVINO_REPO }}/tools/mo/requirements_onnx.txt
py -3.7 -m pip install -r ${{ env.OPENVINO_REPO }}/tools/mo/requirements_tf2.txt
py -3.7 -m pip install -r ${{ env.OPENVINO_REPO }}/tools/mo/requirements_dev.txt
py -3.7 -m pip install openvino-dev --force-reinstall --find-links=${{ env.INSTALL_DIR }}\tools
set PYTHONPATH=${{ env.OPENVINO_REPO }}\tools\mo;${{ env.LAYER_TESTS_INSTALL_DIR }};${{ env.INSTALL_TEST_DIR }};${{ env.INSTALL_DIR }}\python\python3.7;%PYTHONPATH%
Expand Down

0 comments on commit ce7b3f5

Please sign in to comment.