mirror of
https://github.com/httpie/cli.git
synced 2024-11-24 08:22:22 +02:00
Install setuptools & wheel in CI II.
This commit is contained in:
parent
d1665b08d2
commit
3704db9b6d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -32,6 +32,6 @@ jobs:
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- run: python -m pip install --upgrade pip
|
||||
- run: pip install --upgrade pip setuptools wheel
|
||||
- run: pip install --upgrade --editable .
|
||||
- run: python setup.py test
|
||||
|
Loading…
Reference in New Issue
Block a user