Skip to content

Commit

Permalink
moves to cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
rnugmanx committed Oct 25, 2023
1 parent acc149c commit fb6f8f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1368,6 +1368,7 @@ jobs:
- name: E2E TensorFlow Hub Tests - TF FE
run: |
pushd ${E2E_TESTS_INSTALL_DIR}
export PYTHONPATH=${E2E_TESTS_INSTALL_DIR}:${INSTALL_TEST_DIR}:$PYTHONPATH
pytest ${E2E_TESTS_INSTALL_DIR}/test_ovc_mo.py -v --test_conf=${E2E_TESTS_INSTALL_DIR}/test_config_local.yml --env_conf=${E2E_TESTS_INSTALL_DIR}/env_config_local.yml --base_rules_conf=${E2E_TESTS_INSTALL_DIR}/base_test_rules.yml --modules=${E2E_TESTS_INSTALL_DIR}/pipelines/production/tf_hub
Expand Down

0 comments on commit fb6f8f7

Please sign in to comment.