From 61440a09167269b05c431dc40789faa62c528f34 Mon Sep 17 00:00:00 2001 From: sigoden Date: Thu, 6 Jun 2024 15:11:49 +0800 Subject: fix: scripts/bin.sh convert json to cli options incorrect (#24) --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3