]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
ci: add types-cryptography to CI environment 798/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 5 Oct 2021 18:12:59 +0000 (20:12 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 6 Oct 2021 06:40:06 +0000 (08:40 +0200)
.github/workflows/ci-unit-test.yml

index 23739e6c45beb75e9a57a7f442caedd14bf41bdc..0a1fe67d7b5077f77e2487baad6c0f565096dfac 100644 (file)
@@ -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