1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-24 00:31:09 +02:00

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