aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-06-06 15:11:49 +0800
committerGitHub <noreply@github.com>2024-06-06 15:11:49 +0800
commit61440a09167269b05c431dc40789faa62c528f34 (patch)
treebb2769a76585188112f19add761f00b683cc3d71 /.github
parentf58e9ea54a4d46e020ed3b5860a9832f41521e29 (diff)
downloadllm-functions-docker-61440a09167269b05c431dc40789faa62c528f34.tar.gz
fix: scripts/bin.sh convert json to cli options incorrect (#24)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 7fcea51..3d0b909 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -41,4 +41,6 @@ jobs:
python-version: '3.11'
- name: Run Test
- run: argc test \ No newline at end of file
+ run: argc test
+ env:
+ PYTHONIOENCODING: utf-8 \ No newline at end of file