Install setuptools & wheel in CI

This commit is contained in:
Jakub Roztocil 2020-07-07 13:38:27 +02:00
parent 1a4e0c2646
commit d1665b08d2
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: 3.8
- run: pip install --upgrade pip
- run: pip install --upgrade pip setuptools wheel
- run: make install
- run: make pycodestyle
- run: make test-cover

View File

@ -29,7 +29,6 @@ class PyTest(TestCommand):
tests_require = [
'wheel',
'pytest-httpbin',
'pytest',
'mock',