mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-07 12:05:33 +00:00
fix coverage error
This commit is contained in:
parent
3c2d65a801
commit
74c33298d9
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -40,6 +40,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install coverage docopt yarg requests nbconvert
|
pip install coverage docopt yarg requests nbconvert
|
||||||
|
pip install .[jupyter]
|
||||||
|
|
||||||
- name: Calculate coverage
|
- name: Calculate coverage
|
||||||
run: coverage run --source=pipreqs -m unittest discover
|
run: coverage run --source=pipreqs -m unittest discover
|
||||||
|
Loading…
x
Reference in New Issue
Block a user