From e59ebf516c532966c71fc5c53e63636cdc8022fd Mon Sep 17 00:00:00 2001 From: Fedir Zadniprovskyi Date: Fri, 1 Nov 2024 07:18:31 -0700 Subject: [PATCH] ci: update pytest command --- .github/workflows/test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b70267ef..f45d5313 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,5 +28,4 @@ jobs: enable-cache: true - run: uv python install 3.12 - run: uv sync --all-extras - # TODO: figure out why `pytest` doesn't discover tests in `faster_whisper_server` directory by itself - - run: uv run pytest -m "not requires_openai" src/faster_whisper_server/* tests + - run: uv run pytest -m "not requires_openai"