diff options
| author | sigoden <sigoden@gmail.com> | 2024-06-06 15:11:49 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-06 15:11:49 +0800 |
| commit | 61440a09167269b05c431dc40789faa62c528f34 (patch) | |
| tree | bb2769a76585188112f19add761f00b683cc3d71 /.github/workflows/ci.yaml | |
| parent | f58e9ea54a4d46e020ed3b5860a9832f41521e29 (diff) | |
| download | llm-functions-docker-61440a09167269b05c431dc40789faa62c528f34.tar.gz | |
fix: scripts/bin.sh convert json to cli options incorrect (#24)
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 4 |
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 |
