1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

install coveralls along with other deps

This commit is contained in:
Pablo Santiago Blum de Aguiar 2021-01-20 14:52:43 +01:00
parent 9e6dc651a4
commit ea09c30871

View File

@ -35,8 +35,7 @@ jobs:
- name: Install dependencies
if: steps.cache-deps.outputs.cache-hit != 'true'
run: |
pip install -U wheel setuptools coveralls
pip install -Ur requirements.txt
pip install -Ur requirements.txt coveralls
python setup.py develop
- name: Lint
if: matrix.os == 'ubuntu-latest' && matrix.python-version == env.PYTHON_LATEST