Skip to content

Commit 28ca4d4

Browse files
committed
add pytest-cov to the list of github actions' dependencies
1 parent 9794747 commit 28ca4d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tabulate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
python -m pip install pytest numpy pandas "wcwidth>=0.6.0"
26+
python -m pip install pytest pytest-cov numpy pandas "wcwidth>=0.6.0"
2727
- name: Run tests
2828
run: |
2929
pytest -v --doctest-modules --ignore benchmark --cov=tabulate --cov-branch --cov-report=xml

0 commit comments

Comments
 (0)