maybe this fix windows ci?

This commit is contained in:
Xuan Son Nguyen 2024-09-12 21:58:24 +02:00
parent ad971140c3
commit 661a740d55
2 changed files with 4 additions and 1 deletions

View file

@ -173,7 +173,7 @@ jobs:
if: ${{ !matrix.disabled_on_pr || !github.event.pull_request }}
run: |
cd examples/server/tests
set PYTHONIOENCODING=utf-8
$env:PYTHONIOENCODING = ":replace"
behave.exe --summary --stop --no-capture --exclude 'issues|wrong_usages|passkey' --tags llama.cpp
- name: Slow tests

View file

@ -1,3 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import asyncio
import json
import os