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

Update build.yml

This commit is contained in:
Jakub Roztocil 2019-09-28 10:36:12 +02:00 committed by GitHub
parent 9bae27354e
commit b48ba74ce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: 3.7
- run: pip install --upgrade pip
- run: make install
- run: make pycodestyle
- run: make test