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:
parent
9e6dc651a4
commit
ea09c30871
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user