mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 01:28:56 +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
|
- name: Install dependencies
|
||||||
if: steps.cache-deps.outputs.cache-hit != 'true'
|
if: steps.cache-deps.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
pip install -U wheel setuptools coveralls
|
pip install -Ur requirements.txt coveralls
|
||||||
pip install -Ur requirements.txt
|
|
||||||
python setup.py develop
|
python setup.py develop
|
||||||
- name: Lint
|
- name: Lint
|
||||||
if: matrix.os == 'ubuntu-latest' && matrix.python-version == env.PYTHON_LATEST
|
if: matrix.os == 'ubuntu-latest' && matrix.python-version == env.PYTHON_LATEST
|
||||||
|
Loading…
x
Reference in New Issue
Block a user