Skip to content

Commit 6555cf8

Browse files
committed
Install missing mypy type
1 parent 0deb166 commit 6555cf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
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-
pip install --upgrade pylint black mypy voluptuous-stubs chardet==3.0.4
25+
pip install --upgrade pylint black mypy voluptuous-stubs chardet==3.0.4 types-requests
2626
2727
- name: Install
2828
run: python setup.py install

0 commit comments

Comments
 (0)