Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 6854:4f115313e262
install gettext for locale
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 31 Aug 2022 22:28:54 -0400 |
| parents | 1f12ca2c409c |
| children | 30815d9bd95c |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Wed Aug 31 22:25:37 2022 -0400 +++ b/.github/workflows/ci-test.yml Wed Aug 31 22:28:54 2022 -0400 @@ -100,7 +100,8 @@ - name: Test build roundup and install locale so lang tests work. run: | - python setup.py install + sudo apt-get install gettext + python setup.py build (cd locale; make local_install; ls -lR locale/de/LC_MESSAGES) - name: run flake8 - abort for syntax error, otherwise warn only
