Skip to content

Commit

Permalink
Set locale to en_GB.utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
mcepl committed Dec 19, 2024
1 parent e5ba851 commit 44aeb93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ jobs:
./configure --with-pydebug
make -j
- name: Test
run: ./python -m test -j1 -W
run: |
export LANG=en_GB.utf8
./python -m test -j1 -W

0 comments on commit 44aeb93

Please sign in to comment.