Skip to content

Commit 71282a6

Browse files
committed
add wcwidth>=0.6.0 as a dependency of the github workflows
1 parent b7dced4 commit 71282a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tabulate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
python -m pip install pytest numpy pandas
25+
python -m pip install pytest numpy pandas "wcwidth>=0.6.0"
2626
- name: Run tests
2727
run: |
28-
pytest -v --doctest-modules --ignore benchmark/benchmark.py
28+
pytest -v --doctest-modules --ignore benchmark

0 commit comments

Comments
 (0)