forked from extern/httpie-cli
Update build.yml
This commit is contained in:
parent
10246366da
commit
6c84cebed4
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.8
|
||||
- run: pip install --upgrade pip setuptools wheel
|
||||
- run: python -m pip install --upgrade pip setuptools wheel
|
||||
- run: make install
|
||||
- run: make pycodestyle
|
||||
- run: make test-cover
|
||||
@ -32,6 +32,6 @@ jobs:
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- run: pip install --upgrade pip setuptools wheel
|
||||
- run: pip install --upgrade --editable .
|
||||
- run: python -m pip install --upgrade pip setuptools wheel
|
||||
- run: python -m pip install --upgrade --editable .
|
||||
- run: python setup.py test
|
||||
|
Loading…
Reference in New Issue
Block a user