File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
3939 - ${{ github.workspace }}:${{ github.workspace }}
4040
4141 steps :
42- - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@master
42+ - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2024/6
4343 id : openvino_download
4444 with :
45- platform : ' ubuntu22 '
45+ platform : ' centos7 '
4646 commit_packages_to_provide : ' wheels'
47- revision : latest_available_commit
47+ revision : ' 2024.6.0rc1 '
4848
4949 - name : Clone docker tag from OpenVINO repo
5050 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
3939 continue-on-error : true
4040
4141 steps :
42- - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@master
42+ - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2024/6
4343 id : openvino_download
4444 with :
4545 platform : ' windows'
4646 commit_packages_to_provide : ' wheels'
47- revision : ' latest_available_commit '
47+ revision : ' 2024.6.0rc1 '
4848
4949 openvino_tokenizers_cpack :
5050 name : OpenVINO tokenizers cpack (BUILD_FAST_TOKENIZERS=${{ matrix.build_fast_tokenizers }}, BUILD_TYPE=${{ matrix.build_type }})
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ classifiers = [
2020
2121dependencies = [
2222 # support of nightly openvino packages with dev suffix
23- " openvino~=2024.6.0.0. dev"
23+ " openvino~=2024.6.0.dev"
2424]
2525
2626[project .optional-dependencies ]
@@ -106,6 +106,6 @@ python_abi = "none"
106106requires = [
107107 " py-build-cmake@git+https://github.com/tttapa/py-build-cmake@7ab73da351c7140f06d727a8705bece4cf544cd9" ,
108108 " cmake~=3.14" ,
109- " openvino~=2024.6.0.0. dev"
109+ " openvino~=2024.6.0.dev"
110110]
111111build-backend = " py_build_cmake.build"
You can’t perform that action at this time.
0 commit comments