diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 44b6a67c..e0047c75 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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]