Fedir Zadniprovskyi commited on
Commit
7f27bac
·
1 Parent(s): 972df9c

ci: update pytest command

Browse files
Files changed (1) hide show
  1. .github/workflows/test.yaml +1 -2
.github/workflows/test.yaml CHANGED
@@ -28,5 +28,4 @@ jobs:
28
  enable-cache: true
29
  - run: uv python install 3.12
30
  - run: uv sync --all-extras
31
- # TODO: figure out why `pytest` doesn't discover tests in `faster_whisper_server` directory by itself
32
- - run: uv run pytest -m "not requires_openai" src/faster_whisper_server/* tests
 
28
  enable-cache: true
29
  - run: uv python install 3.12
30
  - run: uv sync --all-extras
31
+ - run: uv run pytest -m "not requires_openai"