Skip to content

Commit 501e594

Browse files
committed
test
1 parent 81b39b6 commit 501e594

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
python-version: '3.x'
1818
- name: Install dependencies
1919
run: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
20-
- run: locale-gen
20+
- run: sudo locale-gen
2121
- name: Test with unittest
2222
run: python -m unittest discover -v -s ./tests -p test_*.py

0 commit comments

Comments
 (0)