Skip to content

Commit e840a1e

Browse files
committed
ci: install types package manually
1 parent 8152fa7 commit e840a1e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444
- name: Install dependencies
4545
run: |
4646
python -m pip install --upgrade pip
47-
pip install --upgrade setuptools setuptools_scm wheel build tox mypy
47+
pip install --upgrade setuptools setuptools_scm wheel build tox mypy types-beautifulsoup4
4848
- name: Check types
4949
run: |
50-
mypy --install-types
5150
mypy .

0 commit comments

Comments
 (0)