Skip to content

Commit 28b54d2

Browse files
committed
Remove locales fix
1 parent dc3f4fe commit 28b54d2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ jobs:
2121
pip -V
2222
pip3 -V
2323
24-
- name: fix_locales
25-
# https://stackoverflow.com/a/39539571/10650942
26-
run: |
27-
export LC_ALL="en_US.UTF-8"
28-
export LC_CTYPE="en_US.UTF-8"
29-
sudo dpkg-reconfigure locales
30-
3124
- name: fix_python3_venv
3225
run: sudo apt-get update && sudo apt-get install python3-venv
3326

0 commit comments

Comments
 (0)