Mercurial > p > roundup > code
changeset 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 |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Thu May 25 17:04:07 2023 -0400 +++ b/.github/workflows/ci-test.yml Thu May 25 17:07:07 2023 -0400 @@ -190,7 +190,7 @@ - name: Install pytest and other packages needed for running tests run: pip install flake8 mock pytest pytest-cov requests - - name: Install build tools: setuptools + - name: Install build tools - setuptools run: pip install setuptools - name: Test build roundup and install locale so lang tests work.
