Mercurial > p > roundup > code
diff .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 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Thu May 25 16:38:25 2023 -0400 +++ b/.github/workflows/ci-test.yml Thu May 25 17:04:07 2023 -0400 @@ -190,6 +190,9 @@ - name: Install pytest and other packages needed for running tests run: pip install flake8 mock pytest pytest-cov requests + - name: Install build tools: setuptools + run: pip install setuptools + - name: Test build roundup and install locale so lang tests work. run: | sudo apt-get install gettext
