From 25fc7a130e64b4ceff2787914ce8a054324117de Mon Sep 17 00:00:00 2001 From: cotran Date: Wed, 16 Oct 2024 16:31:04 -0700 Subject: [PATCH] fix precommit --- .github/workflows/model-server-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/model-server-tests.yml b/.github/workflows/model-server-tests.yml index 6f231099..5727aaff 100644 --- a/.github/workflows/model-server-tests.yml +++ b/.github/workflows/model-server-tests.yml @@ -33,5 +33,6 @@ jobs: # Step 4: Set PYTHONPATH and run tests - name: Run model server tests with pytest - run: + run: | + cd model_server PYTHONPATH=. pytest --maxfail=5 --disable-warnings