fix precommit

This commit is contained in:
cotran 2024-10-16 16:02:45 -07:00
parent 4fdca97c7e
commit 8e999a6298

View file

@ -31,7 +31,7 @@ repos:
- id: python-tests
name: Run Python Tests with pytest
language: system
entry: bash -c "PYTHONPATH=. pytest --maxfail=5 --disable-warnings"
entry: bash -c "cd model_server && PYTHONPATH=. pytest --maxfail=5 --disable-warnings"
types: [python]