Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved jenkins-bot: Verified
[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(-)

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 change 1008465. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Idc3aecc9e0a0514d8d41b38a4a022f97b7eea3ce
Gerrit-Change-Number: 1008465
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged