You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-12-24 00:31:09 +02:00
workflow
This commit is contained in:
13
.github/workflows/pythonpackage.yml
vendored
13
.github/workflows/pythonpackage.yml
vendored
@@ -17,8 +17,15 @@ jobs:
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
- name: upgrade pip
|
||||
run: python -m pip install --upgrade pip
|
||||
- name: install
|
||||
run: make install
|
||||
- name: test
|
||||
run: make test
|
||||
- name: pycodestyle
|
||||
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.7'
|
||||
run: make pycodestyle
|
||||
- name: coveralls
|
||||
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.7'
|
||||
run: make coveralls
|
||||
|
||||
Reference in New Issue
Block a user