Skip to content

Commit cf05132

Browse files
committed
Install glibc locales for ci tests
1 parent aad8d03 commit cf05132

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies
2020
run: |
21+
sudo apt-get install -y locales-all
2122
python -m pip install --upgrade pip
2223
python -m pip install flake8
2324
python -m pip install .

0 commit comments

Comments
 (0)