From e4996c93a1bbaa93c4da84359f4f401dd73465fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 5 Oct 2021 20:12:59 +0200 Subject: [PATCH] ci: add types-cryptography to CI environment --- .github/workflows/ci-unit-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-unit-test.yml b/.github/workflows/ci-unit-test.yml index 23739e6c4..0a1fe67d7 100644 --- a/.github/workflows/ci-unit-test.yml +++ b/.github/workflows/ci-unit-test.yml @@ -16,7 +16,7 @@ jobs: - name: Install run: | - python3 -m pip install pytest mypy isort pyflakes + python3 -m pip install pytest mypy types-cryptography isort pyflakes npm install -g pyright - name: Check that imports are sorted -- 2.47.2