mirror of
https://github.com/httpie/cli.git
synced 2024-11-28 08:38:44 +02:00
Upgrade setuptools
This commit is contained in:
parent
fcc3aaf873
commit
0608b5869f
4
.github/workflows/build.yml
vendored
4
.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
|
||||
- run: make install
|
||||
- run: make pycodestyle
|
||||
- run: make test
|
||||
@ -29,6 +29,6 @@ jobs:
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- run: python -m pip install --upgrade pip
|
||||
- run: python -m pip install --upgrade pip setuptools
|
||||
- run: pip install --upgrade --editable .
|
||||
- run: python setup.py test
|
||||
|
Loading…
Reference in New Issue
Block a user