Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1008465?usp=email )

Change subject: [tests] Install setuptools for macOS tests
......................................................................

[tests] Install setuptools for macOS tests

The test is currently made with Python 3.12 there.

Change-Id: Idc3aecc9e0a0514d8d41b38a4a022f97b7eea3ce
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 12 insertions(+), 1 deletion(-)

Approvals:
  Xqt: Verified; Looks good to me, approved
  jenkins-bot: Verified




diff --git a/.github/workflows/pywikibot-ci.yml 
b/.github/workflows/pywikibot-ci.yml
index 5518b66..d0ef8fd 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -86,7 +86,7 @@
         pip install wikitextparser

     - name: Install setuptools
-      if: ${{ matrix.python-version >= '3.12' }}
+      if: ${{ (matrix.python-version >= '3.12') || (matrix.os == 
'macOS-latest') }}
       run: pip install setuptools

     - name: Generate family files

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1008465?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Idc3aecc9e0a0514d8d41b38a4a022f97b7eea3ce
Gerrit-Change-Number: 1008465
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to