Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
7f27bac
1
Parent(s):
972df9c
ci: update pytest command
Browse files
.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 |
-
|
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"
|
|