forked from extern/httpie-cli
Simplify
This commit is contained in:
parent
0252c2642e
commit
64c81fc2ec
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -7,14 +7,11 @@ jobs:
|
||||
extras:
|
||||
# Run coverage and extra tests only once
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
python-version: 3.7
|
||||
- run: make install
|
||||
- run: make test
|
||||
- run: make test-dist
|
||||
|
Loading…
Reference in New Issue
Block a user