Skip to content

Commit 1a0a65e

Browse files
authored
Merge branch 'releases/2023/3' into akup/onnx-update-2023.3
2 parents 2456816 + a30fc78 commit 1a0a65e

File tree

10 files changed

+21
-16
lines changed

10 files changed

+21
-16
lines changed

.github/workflows/code_snippets.yml

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
packages: ocl-icd-opencl-dev opencl-headers
3737
version: 3.0
3838

39+
- name: Install scons
40+
if: runner.os == 'macOS'
41+
run: brew install scons
42+
3943
- name: CMake configure
4044
run: cmake -DCMAKE_BUILD_TYPE=Release -DTHREADING=SEQ -B build
4145

.github/workflows/fedora.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
shell: bash
4545
runs-on: aks-linux-16-cores-32gb
4646
container:
47-
image: fedora:33
47+
image: openvinogithubactions.azurecr.io/dockerio/library/fedora:33
4848
volumes:
4949
- /mount:/mount
5050
options: -e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING
@@ -196,9 +196,9 @@ jobs:
196196
defaults:
197197
run:
198198
shell: bash
199-
runs-on: ubuntu-20.04
199+
runs-on: aks-linux-2-cores-8gb
200200
container:
201-
image: fedora:33
201+
image: openvinogithubactions.azurecr.io/dockerio/library/fedora:33
202202
env:
203203
RPM_PACKAGES_DIR: /__w/openvino/packages/
204204

.github/workflows/job_python_unit_tests.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -306,14 +306,14 @@ jobs:
306306
path: ${{ env.OPENVINO_REPO }}
307307
submodules: 'false'
308308

309-
- name: Docs Python snippets
310-
if: runner.os != 'macOS'
311-
run: |
312-
# to find 'snippets' module in docs
313-
export PYTHONPATH=${OPENVINO_REPO}/docs
314-
# for 'template' extension
315-
export LD_LIBRARY_PATH=${INSTALL_TEST_DIR}:$LD_LIBRARY_PATH
316-
python3 ${OPENVINO_REPO}/docs/snippets/main.py
309+
# - name: Docs Python snippets
310+
# if: runner.os != 'macOS'
311+
# run: |
312+
# # to find 'snippets' module in docs
313+
# export PYTHONPATH=${OPENVINO_REPO}/docs
314+
# # for 'template' extension
315+
# export LD_LIBRARY_PATH=${INSTALL_TEST_DIR}:$LD_LIBRARY_PATH
316+
# python3 ${OPENVINO_REPO}/docs/snippets/main.py
317317

318318
- name: Upload Test Results
319319
uses: actions/upload-artifact@v3

.github/workflows/webassembly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
shell: bash
4444
runs-on: aks-linux-16-cores-32gb
4545
container:
46-
image: emscripten/emsdk
46+
image: openvinogithubactions.azurecr.io/dockerio/emscripten/emsdk:3.1.61
4747
volumes:
4848
- /mount:/mount
4949
options: -e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING

src/bindings/python/constraints.txt

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pytest-html==4.1.1
88
pytest-timeout==2.2.0
99

1010
# Python bindings
11-
py>=1.9.0
1211
pygments>=2.8.1
1312
setuptools>=65.6.1
1413
sympy>=1.10

src/bindings/python/requirements_test.txt

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ pytest-forked; sys_platform != 'win32'
3232
pytest-xdist
3333
pytest-html
3434
pytest
35-
py
3635
radon
3736
retrying
3837
tox

tests/constraints.txt

+3
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ pytest-timeout==2.1.0
2525
jax<=0.4.14
2626
jaxlib<=0.4.14
2727
torch>=1.13,<2.2
28+
super-image==0.1.7
29+
# huggingface-hub required for super-image
30+
huggingface-hub==0.25.2

tests/model_hub_tests/torch_tests/requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ torchaudio
2222
torchvision
2323
transformers
2424
wheel
25+
# huggingface-hub required for super-image
26+
huggingface-hub

tools/constraints.txt

-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ astroid>=2.9.0
1616
pylint>=2.7.0
1717
pyenchant>=3.0.0
1818
test-generator==0.1.1
19-
py>=1.9.0
2019
urllib3>=1.26.4
2120
openvino-telemetry>=2023.2.1

tools/mo/requirements_dev.txt

-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ test-generator
77
defusedxml
88
requests
99
pytest
10-
py
1110
fastjsonschema

0 commit comments

Comments
 (0)