Skip to content

Commit 12e0a42

Browse files
committed
Add locale information
1 parent d8d2eda commit 12e0a42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/process-pull-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- name: Set up Python
2525
uses: actions/setup-python@v5
26+
- name: Set Locale
27+
run: |
28+
sudo locale-gen en_US.UTF-8
29+
sudo update-locale LANG=en_US.UTF-8
2630
- name: Run tests
2731
run: |
2832
/usr/bin/pip3 install gitPython

0 commit comments

Comments
 (0)