Skip to content

Commit 96f679f

Browse files
committed
Add MyPy types packages.
These packages are needed for the newest versions of MyPy.
1 parent f7060b6 commit 96f679f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Python dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
python -m pip install flake8 mypy black isort pytest
26+
python -m pip install flake8 mypy black isort pytest types-tabulate
2727
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2828
- name: Fake initialize package
2929
run: |

0 commit comments

Comments
 (0)