Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 7414:7a4b84ddf8a5
Fix syntax error? Try removing : in value
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 25 May 2023 17:07:07 -0400 |
| parents | 679680f016f2 |
| children | f636c3c5333e |
comparison
equal
deleted
inserted
replaced
| 7413:679680f016f2 | 7414:7a4b84ddf8a5 |
|---|---|
| 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 | 193 - name: Install build tools - setuptools |
| 194 run: pip install setuptools | 194 run: pip install setuptools |
| 195 | 195 |
| 196 - name: Test build roundup and install locale so lang tests work. | 196 - name: Test build roundup and install locale so lang tests work. |
| 197 run: | | 197 run: | |
| 198 sudo apt-get install gettext | 198 sudo apt-get install gettext |
