Philipp Hörist pushed to branch master at gajim / gajim


Commits:
57f18dc6 by Philipp Hörist at 2022-12-19T01:08:47+01:00
ci: Adapt to pygobject-stub changes

Old libraries need to be specified at install time

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -26,7 +26,7 @@ test-pyright:
       - "**/*.py"
   script:
     - pip3 install git+https://dev.gajim.org/gajim/python-nbxmpp.git
-    - pip3 install git+https://github.com/pygobject/pygobject-stubs.git
+    - PYGOBJECT_STUB_CONFIG=Gtk3,Gdk3,Soup2 pip3 install 
git+https://github.com/pygobject/pygobject-stubs.git
     - npm install pyright
     - python3 .ci/link-gtk.py
     - $(npm bin)/pyright --version



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/57f18dc623f0b5b5b4179ef5d7ff70dd9c658c50

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/57f18dc623f0b5b5b4179ef5d7ff70dd9c658c50
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to