From 260b300da9b7b49f62c0bf9f86c35335478820fa Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 9 Jun 2021 08:14:02 +0530 Subject: [PATCH] Now mypy wants types for requests installed --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca376676e..c715e2c9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 .