Skip to content

Commit 4a050d1

Browse files
author
Fedir Zadniprovskyi
committed
ci: update pytest command
1 parent 4ac1ebb commit 4a050d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ jobs:
2828
enable-cache: true
2929
- run: uv python install 3.12
3030
- 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
31+
- run: uv run pytest -m "not requires_openai"

0 commit comments

Comments
 (0)