We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8152fa7 commit e840a1eCopy full SHA for e840a1e
1 file changed
.github/workflows/python-app.yml
@@ -44,8 +44,7 @@ jobs:
44
- name: Install dependencies
45
run: |
46
python -m pip install --upgrade pip
47
- pip install --upgrade setuptools setuptools_scm wheel build tox mypy
+ pip install --upgrade setuptools setuptools_scm wheel build tox mypy types-beautifulsoup4
48
- name: Check types
49
50
- mypy --install-types
51
mypy .
0 commit comments