Skip to content
Snippets Groups Projects
Commit f2bf00f5 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

ci: Fix pyright version

1.1.250 is not usable because of a bug
parent 776404c7
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ test-pyright:
script:
- pip3 install git+https://dev.gajim.org/gajim/python-nbxmpp.git
- pip3 install git+https://github.com/pygobject/pygobject-stubs.git
- npm install pyright
- npm install pyright@1.1.249
- python3 .ci/link-gtk.py
- $(npm bin)/pyright --version
- $(npm bin)/pyright
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment