Mercurial > p > roundup > code
comparison .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 |
comparison
equal
deleted
inserted
replaced
| 6853:1f12ca2c409c | 6854:4f115313e262 |
|---|---|
| 98 - name: Install pytest and other packages needed for running tests | 98 - name: Install pytest and other packages needed for running tests |
| 99 run: pip install codecov flake8 pytest pytest-cov requests | 99 run: pip install codecov flake8 pytest pytest-cov requests |
| 100 | 100 |
| 101 - name: Test build roundup and install locale so lang tests work. | 101 - name: Test build roundup and install locale so lang tests work. |
| 102 run: | | 102 run: | |
| 103 python setup.py install | 103 sudo apt-get install gettext |
| 104 python setup.py build | |
| 104 (cd locale; make local_install; ls -lR locale/de/LC_MESSAGES) | 105 (cd locale; make local_install; ls -lR locale/de/LC_MESSAGES) |
| 105 | 106 |
| 106 - name: run flake8 - abort for syntax error, otherwise warn only | 107 - name: run flake8 - abort for syntax error, otherwise warn only |
| 107 run: | | 108 run: | |
| 108 # stop the build for Python syntax errors or undefined names | 109 # stop the build for Python syntax errors or undefined names |
