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 366efa5 commit 7e72d7fCopy full SHA for 7e72d7f
.github/workflows/ci-test.yml
@@ -100,7 +100,8 @@ jobs:
100
101
- name: Test build roundup and install locale so lang tests work.
102
run: |
103
- python setup.py install
+ sudo apt-get install gettext
104
+ python setup.py build
105
(cd locale; make local_install; ls -lR locale/de/LC_MESSAGES)
106
107
- name: run flake8 - abort for syntax error, otherwise warn only
0 commit comments