]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
ci: drop pyright version restriction
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Tue, 22 Nov 2022 16:57:35 +0000 (17:57 +0100)
committerJoerg Behrmann <behrmann@physik.fu-berlin.de>
Thu, 24 Nov 2022 14:51:33 +0000 (15:51 +0100)
.github/workflows/ci.yml

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