Skip to content

Commit

Permalink
check imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rnugmanx committed Oct 16, 2023
1 parent 0601717 commit 1665b1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ jobs:
- name: E2E TensorFlow Hub Tests - TF FE
run: |
export PYTHONPATH=${E2E_TESTS_INSTALL_DIR}:$PYTHONPATH
export PYTHONPATH=${E2E_TESTS_INSTALL_DIR}:${INSTALL_TEST_DIR}:$PYTHONPATH
pytest ${E2E_TESTS_INSTALL_DIR}/test_ovc_mo.py --html=${E2E_TESTS_INSTALL_DIR}/TEST-tf_hub_tf_fe.html --self-contained-html -v
- name: Upload Test Results
Expand Down
3 changes: 3 additions & 0 deletions tests/e2e_oss/plugins/common/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
import pytest
from jsonschema import validate, ValidationError

# TODO: revert
import sys
print(sys.path)
from _utils.test_utils import copy_files_by_pattern, log_timestamp
from utils.e2e.env_tools import Environment

Expand Down

0 comments on commit 1665b1c

Please sign in to comment.