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