]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
ci: pin pyright version
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Wed, 13 Jul 2022 09:02:46 +0000 (11:02 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 13 Jul 2022 09:48:27 +0000 (11:48 +0200)
.github/workflows/ci.yml

index 49db1ecf4103930113ecd803501456026d5216e4..b1dc2e93837f5443af150f8259cadd48aa10296e 100644 (file)
@@ -20,7 +20,7 @@ jobs:
     - name: Install
       run: |
         python3 -m pip install pytest mypy types-cryptography isort pyflakes
-        npm install -g pyright
+        npm install -g pyright@1.1.258
 
     - name: Check that imports are sorted
       run: python3 -m isort --verbose --check-only mkosi/