File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
39
39
- ${{ github.workspace }}:${{ github.workspace }}
40
40
41
41
steps :
42
- - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@master
42
+ - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2024/6
43
43
id : openvino_download
44
44
with :
45
- platform : ' ubuntu22 '
45
+ platform : ' centos7 '
46
46
commit_packages_to_provide : ' wheels'
47
- revision : latest_available_commit
47
+ revision : ' 2024.6.0rc1 '
48
48
49
49
- name : Clone docker tag from OpenVINO repo
50
50
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
39
39
continue-on-error : true
40
40
41
41
steps :
42
- - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@master
42
+ - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2024/6
43
43
id : openvino_download
44
44
with :
45
45
platform : ' windows'
46
46
commit_packages_to_provide : ' wheels'
47
- revision : ' latest_available_commit '
47
+ revision : ' 2024.6.0rc1 '
48
48
49
49
openvino_tokenizers_cpack :
50
50
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 = [
20
20
21
21
dependencies = [
22
22
# support of nightly openvino packages with dev suffix
23
- " openvino~=2024.6.0.0. dev"
23
+ " openvino~=2024.6.0.dev"
24
24
]
25
25
26
26
[project .optional-dependencies ]
@@ -106,6 +106,6 @@ python_abi = "none"
106
106
requires = [
107
107
" py-build-cmake@git+https://github.com/tttapa/py-build-cmake@7ab73da351c7140f06d727a8705bece4cf544cd9" ,
108
108
" cmake~=3.14" ,
109
- " openvino~=2024.6.0.0. dev"
109
+ " openvino~=2024.6.0.dev"
110
110
]
111
111
build-backend = " py_build_cmake.build"
You can’t perform that action at this time.
0 commit comments