We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7060b6 commit 96f679fCopy full SHA for 96f679f
.github/workflows/python-lint.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install Python dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- python -m pip install flake8 mypy black isort pytest
+ python -m pip install flake8 mypy black isort pytest types-tabulate
27
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28
- name: Fake initialize package
29
0 commit comments