Upgrade setuptools

This commit is contained in:
Jakub Roztocil 2019-12-02 20:47:09 +01:00
parent fcc3aaf873
commit 0608b5869f

View File

@ -9,7 +9,7 @@ jobs:
- uses: actions/setup-python@v1 - uses: actions/setup-python@v1
with: with:
python-version: 3.8 python-version: 3.8
- run: pip install --upgrade pip - run: pip install --upgrade pip setuptools
- run: make install - run: make install
- run: make pycodestyle - run: make pycodestyle
- run: make test - run: make test
@ -29,6 +29,6 @@ jobs:
- uses: actions/setup-python@v1 - uses: actions/setup-python@v1
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- run: python -m pip install --upgrade pip - run: python -m pip install --upgrade pip setuptools
- run: pip install --upgrade --editable . - run: pip install --upgrade --editable .
- run: python setup.py test - run: python setup.py test