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-01-18 17:35:41 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-18 17:35:41 +0300
commit1e64836fde899f22edbd9667325f47ccc508a9b3 (patch)
tree503bfd8a90edb08bad13e6239d6475a36c5be07c /.gitlab-ci.yml
parentb28169c8d8e546e034bb28fcee67c06952c555d9 (diff)
ci: Install GtkSource4 stubs
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 fc2f04f86..73a682675 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ test-pyright:
- "**/*.py"
script:
- pip3 install git+https://dev.gajim.org/gajim/python-nbxmpp.git
- - PYGOBJECT_STUB_CONFIG=Gtk3,Gdk3 pip3 install git+https://github.com/pygobject/pygobject-stubs.git
+ - pip3 install --config-settings=config=Gtk3,Gdk3,GtkSource4 git+https://github.com/pygobject/pygobject-stubs.git
- npm install pyright
- node_modules/.bin/pyright --version
- node_modules/.bin/pyright