1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-28 08:38:44 +02:00

Upgrade setuptools

This commit is contained in:
Jakub Roztocil 2019-12-02 20:47:09 +01:00
parent fcc3aaf873
commit 0608b5869f

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
- 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