retry model_server tests

This commit is contained in:
Adil Hafeez 2024-12-11 14:16:52 -08:00
parent 2121b79303
commit f4475496e8
2 changed files with 2 additions and 2 deletions

View file

@ -41,4 +41,4 @@ jobs:
PYTHONPATH: model_server # Ensure the app's path is available
run: |
cd model_server
poetry run pytest --maxfail=5 --disable-warnings
poetry run pytest