mirror of
https://github.com/httpie/cli.git
synced 2024-11-25 09:13:25 +01:00
Install setuptools & wheel in CI
This commit is contained in:
parent
1a4e0c2646
commit
d1665b08d2
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user