We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ba851 commit 44aeb93Copy full SHA for 44aeb93
.github/workflows/build.yml
@@ -48,4 +48,6 @@ jobs:
48
./configure --with-pydebug
49
make -j
50
- name: Test
51
- run: ./python -m test -j1 -W
+ run: |
52
+ export LANG=en_GB.utf8
53
+ ./python -m test -j1 -W
0 commit comments