Workaround failing MO unit when Python API unit are skipped (#20997)

This commit is contained in:
Alina Kladieva
2023-11-09 18:07:57 +01:00
committed by GitHub
parent 8034d1795f
commit 51a17ba642

View File

@@ -1002,7 +1002,7 @@ jobs:
#
- name: Python API 1.0 Tests
if: fromJSON(needs.smart_ci.outputs.affected_components).Python_API.test
#if: fromJSON(needs.smart_ci.outputs.affected_components).Python_API.test
run: |
python3 -m pytest -s ${INSTALL_TEST_DIR}/pyngraph \
--junitxml=${INSTALL_TEST_DIR}/TEST-Pyngraph.xml \
@@ -1010,7 +1010,7 @@ jobs:
--ignore=${INSTALL_TEST_DIR}/pyngraph/tests_compatibility/test_onnx/test_backend.py
- name: Python API 2.0 Tests
if: fromJSON(needs.smart_ci.outputs.affected_components).Python_API.test
#if: fromJSON(needs.smart_ci.outputs.affected_components).Python_API.test
run: |
# for 'template' extension
export LD_LIBRARY_PATH=${INSTALL_TEST_DIR}:$LD_LIBRARY_PATH