Skip to content

Commit

Permalink
remove modules key
Browse files Browse the repository at this point in the history
  • Loading branch information
rnugmanx committed Oct 12, 2023
1 parent 6d6341f commit a1e5f02
Showing 1 changed file with 1 addition 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 @@ -1354,7 +1354,7 @@ jobs:
- name: TensorFlow Hub E2E Tests - TF FE
run: |
export PYTHONPATH=${E2E_HUB_TESTS_INSTALL_DIR}:$PYTHONPATH
python3 -m pytest ${E2E_HUB_TESTS_INSTALL_DIR}/test_ovc_mo.py -m ${TYPE} --html=${E2E_HUB_TESTS_INSTALL_DIR}/TEST-tf_hub_tf_fe.html --self-contained-html -v --modules=${E2E_HUB_TESTS_INSTALL_DIR}/pipelines/production/tf_hub/tf_hub.py
python3 -m pytest ${E2E_HUB_TESTS_INSTALL_DIR}/test_ovc_mo.py -m ${TYPE} --html=${E2E_HUB_TESTS_INSTALL_DIR}/TEST-tf_hub_tf_fe.html --self-contained-html -v
env:
TYPE: ${{ github.event_name == 'schedule' && 'nightly' || 'precommit'}}

Expand Down

0 comments on commit a1e5f02

Please sign in to comment.