Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-04-11 01:06:38 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-04-11 01:06:38 +0300
commit53c28dd8db10a7b124232e262195af37bb8228ef (patch)
tree2f7046611bf9d85e086e53963bfa3424e9660402 /.gitlab-ci.yml
parente3140f23d2e2ab4f3de26f8448036e4eeeead2a3 (diff)
ci: Raise pyright version
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f4e25af8e..344e67db7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ test-pyright:
- pip3 install git+https://dev.gajim.org/gajim/python-nbxmpp.git
- pip3 install git+https://dev.gajim.org/gajim/omemo-dr.git
- pip3 install --config-settings=config=Gtk3,Gdk3,GtkSource4 git+https://github.com/pygobject/pygobject-stubs.git
- - npm install pyright@1.1.292
+ - npm install pyright@1.1.302
- node_modules/.bin/pyright --version
- node_modules/.bin/pyright
interruptible: true