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>2022-12-28 20:16:43 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-12-28 20:16:43 +0300
commitceb4a10aee0efb3624a11b528dd2c556bc9a0ffc (patch)
treea95a16fe36cfa0b04df5b8e9baa86a3297fdd524 /.gitlab-ci.yml
parent01701050142166515f4ad6388d2d52dada0a13f0 (diff)
ci: Fix invoking pyright
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f5526e04d..83feb1925 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,8 +29,8 @@ test-pyright:
- PYGOBJECT_STUB_CONFIG=Gtk3,Gdk3 pip3 install git+https://github.com/pygobject/pygobject-stubs.git
- npm install pyright
- python3 .ci/link-gtk.py
- - $(npm bin)/pyright --version
- - $(npm bin)/pyright
+ - node_modules/.bin/pyright --version
+ - node_modules/.bin/pyright
interruptible: true
test-ruff: