We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9794747 commit 28ca4d4Copy full SHA for 28ca4d4
1 file changed
.github/workflows/tabulate.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- python -m pip install pytest numpy pandas "wcwidth>=0.6.0"
+ python -m pip install pytest pytest-cov numpy pandas "wcwidth>=0.6.0"
27
- name: Run tests
28
29
pytest -v --doctest-modules --ignore benchmark --cov=tabulate --cov-branch --cov-report=xml
0 commit comments