Skip to content

Commit

Permalink
Use RC1 (#337)
Browse files Browse the repository at this point in the history
* Use RC1

* Update windows.yml

* Update pyproject.toml

* Update linux.yml

---------

Co-authored-by: Alina Kladieva <[email protected]>
  • Loading branch information
ilya-lavrenov and akladiev authored Dec 7, 2024
1 parent fb845e6 commit 09bea4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
- ${{ github.workspace }}:${{ github.workspace }}

steps:
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@master
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2024/6
id: openvino_download
with:
platform: 'ubuntu22'
platform: 'centos7'
commit_packages_to_provide: 'wheels'
revision: latest_available_commit
revision: '2024.6.0rc1'

- name: Clone docker tag from OpenVINO repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
continue-on-error: true

steps:
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@master
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2024/6
id: openvino_download
with:
platform: 'windows'
commit_packages_to_provide: 'wheels'
revision: 'latest_available_commit'
revision: '2024.6.0rc1'

openvino_tokenizers_cpack:
name: OpenVINO tokenizers cpack (BUILD_FAST_TOKENIZERS=${{ matrix.build_fast_tokenizers }}, BUILD_TYPE=${{ matrix.build_type }})
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [

dependencies = [
# support of nightly openvino packages with dev suffix
"openvino~=2024.6.0.0.dev"
"openvino~=2024.6.0.dev"
]

[project.optional-dependencies]
Expand Down Expand Up @@ -106,6 +106,6 @@ python_abi = "none"
requires = [
"py-build-cmake@git+https://github.com/tttapa/py-build-cmake@7ab73da351c7140f06d727a8705bece4cf544cd9",
"cmake~=3.14",
"openvino~=2024.6.0.0.dev"
"openvino~=2024.6.0.dev"
]
build-backend = "py_build_cmake.build"

0 comments on commit 09bea4a

Please sign in to comment.