You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/genai_python_lib.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ name: genai_python_lib
2
2
on: pull_request
3
3
jobs:
4
4
ubuntu_genai_python_lib:
5
-
runs-on: ubuntu-20.04
5
+
runs-on: ubuntu-22.04
6
6
steps:
7
7
- uses: actions/checkout@v4
8
8
with:
@@ -11,7 +11,7 @@ jobs:
11
11
with:
12
12
python-version: 3.8
13
13
- run: mkdir ./ov/
14
-
- run: curl https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2024.1.0-14758-22bd6ff0494/l_openvino_toolkit_centos7_2024.1.0.dev20240315_x86_64.tgz | tar --directory ./ov/ --strip-components 1 -xz # Install CentOS7 instead of Ubuntu to match PyPI distribution ABI
14
+
- run: curl https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2024.2.0-15484-4b8641ee3f4/l_openvino_toolkit_centos7_2024.2.0.dev20240523_x86_64.tgz | tar --directory ./ov/ --strip-components 1 -xz # Install CentOS7 instead of Ubuntu to match PyPI distribution ABI
0 commit comments