Skip to content

Commit 09bea4a

Browse files
Use RC1 (#337)
* Use RC1 * Update windows.yml * Update pyproject.toml * Update linux.yml --------- Co-authored-by: Alina Kladieva <alina.kladieva@intel.com>
1 parent fb845e6 commit 09bea4a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/linux.yml

+3-3
Original file line numberDiff line numberDiff 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

.github/workflows/windows.yml

+2-2
Original file line numberDiff line numberDiff 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 }})

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020

2121
dependencies = [
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"
106106
requires = [
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
]
111111
build-backend = "py_build_cmake.build"

0 commit comments

Comments
 (0)