fix pre commit

This commit is contained in:
cotran 2024-10-16 15:28:23 -07:00
parent 10c74ec0c4
commit cf0423bbff

View file

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