You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-08-10 22:42:05 +02:00
Install setuptools & wheel in CI II.
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user