Skip to content

Commit

Permalink
fix large model tests
Browse files Browse the repository at this point in the history
  • Loading branch information
papa99do committed Dec 20, 2024
1 parent 3c44996 commit 09e2d8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/largemodel_unit_test_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ jobs:
echo "Deleted vespa_tester_app.zip"
- name: Run Large Model Unit Tests
id: run_unit_tests
continue-on-error: true
run: |
# Define these for use by marqo
export VESPA_CONFIG_URL=http://localhost:19071
Expand All @@ -165,7 +167,7 @@ jobs:
cd marqo
export PYTHONPATH="./tests:./src:."
set -o pipefail
pytest --largemodel --ignore=marqo/tests/test_documentation.py --ignore=marqo/tests/backwards_compatibility_tests \
pytest --largemodel --ignore=tests/test_documentation.py --ignore=tests/backwards_compatibility_tests \
--durations=100 --cov=src --cov-branch --cov-context=test \
--cov-report=html:cov_html --cov-report=xml:cov.xml --cov-report term:skip-covered \
--md-report --md-report-flavor gfm --md-report-output pytest_result_summary.md \
Expand Down

0 comments on commit 09e2d8b

Please sign in to comment.