mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Now mypy wants types for requests installed
This commit is contained in:
parent
f26d5b02cb
commit
260b300da9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
python-version: 3.8
|
||||
|
||||
- name: Install build-only deps
|
||||
run: pip install flake8 mypy sphinx
|
||||
run: pip install flake8 mypy types-requests sphinx
|
||||
|
||||
- name: Run pyflakes
|
||||
run: python -m flake8 --count .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue