Skip to content

Commit 43fd61e

Browse files
committed
Install setuptools
[skip travis] Apparently setuptools is not installed by default.
1 parent 077e50b commit 43fd61e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ jobs:
190190
- name: Install pytest and other packages needed for running tests
191191
run: pip install flake8 mock pytest pytest-cov requests
192192

193+
- name: Install build tools: setuptools
194+
run: pip install setuptools
195+
193196
- name: Test build roundup and install locale so lang tests work.
194197
run: |
195198
sudo apt-get install gettext

0 commit comments

Comments
 (0)