fix precommit

This commit is contained in:
cotran 2024-10-16 16:00:48 -07:00
parent a38b5989cd
commit 4fdca97c7e
2 changed files with 11 additions and 2 deletions

View file

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