aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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