Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 7413:679680f016f2
Install setuptools
[skip travis]
Apparently setuptools is not installed by default.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 25 May 2023 17:04:07 -0400 |
| parents | b7cd007c2bd6 |
| children | 7a4b84ddf8a5 |
comparison
equal
deleted
inserted
replaced
| 7412:4ff18b1cd9bf | 7413:679680f016f2 |
|---|---|
| 188 case "$PYTHON_VERSION" in nightly|3.12*) echo skipping xapian build;; *) make && sudo make install; esac | 188 case "$PYTHON_VERSION" in nightly|3.12*) echo skipping xapian build;; *) make && sudo make install; esac |
| 189 | 189 |
| 190 - name: Install pytest and other packages needed for running tests | 190 - name: Install pytest and other packages needed for running tests |
| 191 run: pip install flake8 mock pytest pytest-cov requests | 191 run: pip install flake8 mock pytest pytest-cov requests |
| 192 | 192 |
| 193 - name: Install build tools: setuptools | |
| 194 run: pip install setuptools | |
| 195 | |
| 193 - name: Test build roundup and install locale so lang tests work. | 196 - name: Test build roundup and install locale so lang tests work. |
| 194 run: | | 197 run: | |
| 195 sudo apt-get install gettext | 198 sudo apt-get install gettext |
| 196 python setup.py build | 199 python setup.py build |
| 197 (cd locale; make local_install; ls -lR locale/de/LC_MESSAGES) | 200 (cd locale; make local_install; ls -lR locale/de/LC_MESSAGES) |
