Skip to content

Commit edd7be4

Browse files
authored
Merge pull request #82 from maxmind/greg/fix-mypy
Install missing mypy type
2 parents 25896af + 6555cf8 commit edd7be4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: 3.8
20+
python-version: 3.9
2121

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)