Skip to content

Commit 81b39b6

Browse files
committed
test
1 parent 9c9ac99 commit 81b39b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +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
2021
- name: Test with unittest
2122
run: python -m unittest discover -v -s ./tests -p test_*.py

0 commit comments

Comments
 (0)