fix: scripts/bin.sh convert json to cli options incorrect (#24)

This commit is contained in:
sigoden
2024-06-06 15:11:49 +08:00
committed by GitHub
parent f58e9ea54a
commit 61440a0916
3 changed files with 16 additions and 9 deletions
+3 -1
View File
@@ -41,4 +41,6 @@ jobs:
python-version: '3.11'
- name: Run Test
run: argc test
run: argc test
env:
PYTHONIOENCODING: utf-8