We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077e50b commit 43fd61eCopy full SHA for 43fd61e
.github/workflows/ci-test.yml
@@ -190,6 +190,9 @@ jobs:
190
- name: Install pytest and other packages needed for running tests
191
run: pip install flake8 mock pytest pytest-cov requests
192
193
+ - name: Install build tools: setuptools
194
+ run: pip install setuptools
195
+
196
- name: Test build roundup and install locale so lang tests work.
197
run: |
198
sudo apt-get install gettext
0 commit comments