We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b39b6 commit 501e594Copy full SHA for 501e594
1 file changed
.github/workflows/python-test.yml
@@ -17,6 +17,6 @@ jobs:
17
python-version: '3.x'
18
- name: Install dependencies
19
run: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
20
- - run: locale-gen
+ - run: sudo locale-gen
21
- name: Test with unittest
22
run: python -m unittest discover -v -s ./tests -p test_*.py
0 commit comments