Skip to content

Commit

Permalink
Specifying correct folder path to ignore backwards_compatibility_test…
Browse files Browse the repository at this point in the history
…s folder (#1046)
  • Loading branch information
adityabharadwaj198 authored Nov 20, 2024
1 parent 13f289f commit fc8cfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/largemodel_unit_test_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc8cfb4

Please sign in to comment.