1
0
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:
Jakub Roztocil 2020-07-07 13:39:02 +02:00
parent d1665b08d2
commit 3704db9b6d

View File

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