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


Commits:
8e54bc9a by Philipp Hörist at 2023-04-16T19:25:30+02:00
ci: Don't use python3/pip3

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -34,9 +34,9 @@ test-pyright:
     - changes:
       - "**/*.py"
   script:
-    - 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
+    - pip install git+https://dev.gajim.org/gajim/python-nbxmpp.git
+    - pip install git+https://dev.gajim.org/gajim/omemo-dr.git
+    - pip install --config-settings=config=Gtk3,Gdk3,GtkSource4 
git+https://github.com/pygobject/pygobject-stubs.git
     - pyright
   interruptible: true
 
@@ -64,7 +64,7 @@ test-unittest:
   image: gajim-test
   stage: test
   script:
-    - pip3 install -I git+https://dev.gajim.org/gajim/python-nbxmpp.git
+    - pip install git+https://dev.gajim.org/gajim/python-nbxmpp.git
     - coverage run --source=gajim -m unittest discover -s test -v
     - coverage report -mi
     - coverage xml -i
@@ -85,7 +85,7 @@ build-unix:
     - if: '$NIGHTLY_BUILD'
     - if: '$CI_COMMIT_TAG'
   script:
-    - python3 -m build
+    - python -m build
 
   artifacts:
     name: "gajim-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA"
@@ -302,7 +302,7 @@ publish-website:
     - git clone [email protected]:gajim/website.git
     - cd website
     - git checkout master
-    - python3 ./scripts/bump_version.py $CI_COMMIT_TAG
+    - python ./scripts/bump_version.py $CI_COMMIT_TAG
     - git diff
     - git add -u
     - git commit -m "Release Gajim $CI_COMMIT_TAG"



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/8e54bc9a57b4056e068e207780c1f40f402cc7dc

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/8e54bc9a57b4056e068e207780c1f40f402cc7dc
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