Skip to content

Commit 44aeb93

Browse files
committed
Set locale to en_GB.utf8
1 parent e5ba851 commit 44aeb93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,6 @@ jobs:
4848
./configure --with-pydebug
4949
make -j
5050
- name: Test
51-
run: ./python -m test -j1 -W
51+
run: |
52+
export LANG=en_GB.utf8
53+
./python -m test -j1 -W

0 commit comments

Comments
 (0)