This commit is contained in:
Georgi Gerganov 2025-12-30 14:06:42 +02:00
parent bd48a0ac10
commit 3e0a3e865b
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ jobs:
if: ${{ !matrix.disabled_on_pr || !github.event.pull_request }}
run: |
cd tools/server/tests
export ${matrix.extra_args}
export ${{ matrix.extra_args }}
$env:PYTHONIOENCODING = ":replace"
pytest -v -x -m "not slow"