From d95019444500a1be83c9409c0e37d4ef0b70a7fd Mon Sep 17 00:00:00 2001 From: Arthur Chan Date: Thu, 13 Jun 2024 13:24:04 +0000 Subject: [PATCH] Fix missing dependency Signed-off-by: Arthur Chan --- .github/workflows/webapp-mypy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webapp-mypy.yml b/.github/workflows/webapp-mypy.yml index 04e2ad7d1..f1b73244f 100644 --- a/.github/workflows/webapp-mypy.yml +++ b/.github/workflows/webapp-mypy.yml @@ -26,7 +26,7 @@ jobs: run: source tools/web-fuzzing-introspection/.venv/bin/activate && pip install -r tools/web-fuzzing-introspection/requirements.txt - name: Install Dependencies run: | - pip install mypy types-PyYAML pyright==1.1.345 + pip install mypy types-PyYAML pyright types-request - name: mypy run: | cd tools/web-fuzzing-introspection && mypy --ignore-missing-imports --explicit-package-bases .