Philipp Hörist pushed to branch master at gajim / gajim
Commits: ec4efc90 by lovetox at 2022-02-03T20:45:59+01:00 CI: Don’t ignore installed packages - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -8,8 +8,8 @@ include: pyright: stage: test script: - - pip3 install -I git+https://dev.gajim.org/gajim/python-nbxmpp.git@$NBXMPP_BRANCH - - pip3 install -I git+https://github.com/pygobject/pygobject-stubs.git + - pip3 install git+https://dev.gajim.org/gajim/python-nbxmpp.git@$NBXMPP_BRANCH + - pip3 install git+https://github.com/pygobject/pygobject-stubs.git - npm install pyright - python3 -V - python3 scripts/ci/link-gtk.py View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/ec4efc902e8264ced04718624c78c43053727366 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/ec4efc902e8264ced04718624c78c43053727366 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
