Now mypy wants types for requests installed
This commit is contained in:
parent
f26d5b02cb
commit
260b300da9
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
|||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
|
|
||||||
- name: Install build-only deps
|
- name: Install build-only deps
|
||||||
run: pip install flake8 mypy sphinx
|
run: pip install flake8 mypy types-requests sphinx
|
||||||
|
|
||||||
- name: Run pyflakes
|
- name: Run pyflakes
|
||||||
run: python -m flake8 --count .
|
run: python -m flake8 --count .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user