forked from extern/httpie-cli
worflow
This commit is contained in:
parent
525449f044
commit
0169151aa3
5
.github/workflows/pythonpackage.yml
vendored
5
.github/workflows/pythonpackage.yml
vendored
@ -27,6 +27,11 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
python-version: [3.7]
|
python-version: [3.7]
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
|
uses: actions/setup-python@v1
|
||||||
|
with:
|
||||||
|
python-version: ${{ matrix.python-version }}
|
||||||
- run: make install
|
- run: make install
|
||||||
- run: make test
|
- run: make test
|
||||||
- run: make test-dist
|
- run: make test-dist
|
||||||
|
Loading…
Reference in New Issue
Block a user