From cf0423bbffa9e57cb2f2b537e65ced95a5bfbee3 Mon Sep 17 00:00:00 2001 From: cotran Date: Wed, 16 Oct 2024 15:28:23 -0700 Subject: [PATCH] fix pre commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b8699a95..d2fd8b1a 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 "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]