Skip to content

Commit

Permalink
ci: update pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedir Zadniprovskyi committed Nov 1, 2024
1 parent 3f2a4f1 commit e59ebf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e59ebf5

Please sign in to comment.