Update build.yml

This commit is contained in:
Jakub Roztocil 2020-08-06 22:35:35 +02:00 committed by GitHub
parent 10246366da
commit 6c84cebed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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