changeset 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 4ff18b1cd9bf
children 7a4b84ddf8a5
files .github/workflows/ci-test.yml
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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

Roundup Issue Tracker: http://roundup-tracker.org/