diff --git a/.github/workflows/largemodel_unit_test_CI.yml b/.github/workflows/largemodel_unit_test_CI.yml index 6a0285ee4..4e60c01a3 100644 --- a/.github/workflows/largemodel_unit_test_CI.yml +++ b/.github/workflows/largemodel_unit_test_CI.yml @@ -162,7 +162,7 @@ jobs: export PRIVATE_MODEL_TESTS_HF_TOKEN=${{ secrets.PRIVATE_MODEL_TESTS_HF_TOKEN }} export PYTHONPATH="./marqo/tests:./marqo/src:./marqo" - pytest marqo/tests --largemodel --ignore=marqo/tests/test_documentation.py --ignore=tests/backwards_compatibility_tests + pytest marqo/tests --largemodel --ignore=marqo/tests/test_documentation.py --ignore=marqo/tests/backwards_compatibility_tests Stop-Runner: name: Stop self-hosted EC2 runner