fix precommit

This commit is contained in:
cotran 2024-10-16 16:31:04 -07:00
parent 52a1a6e4da
commit 25fc7a130e

View file

@ -33,5 +33,6 @@ jobs:
# Step 4: Set PYTHONPATH and run tests
- name: Run model server tests with pytest
run:
run: |
cd model_server
PYTHONPATH=. pytest --maxfail=5 --disable-warnings