From fc8cfb472d55cd6a413c8ab10ca497d70b42e0e4 Mon Sep 17 00:00:00 2001 From: Aditya Bharadwaj Date: Wed, 20 Nov 2024 16:41:34 +0530 Subject: [PATCH] Specifying correct folder path to ignore backwards_compatibility_tests folder (#1046) --- .github/workflows/largemodel_unit_test_CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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