Skip to content

Commit

Permalink
Merge "[tests] Install setuptools with Python >= 3.12 for setup tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
xqt authored and Gerrit Code Review committed Mar 4, 2024
2 parents 14d00e0 + 4f11883 commit 8dbef69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pywikibot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install wikitextparser
- name: Install setuptools
if: ${{ matrix.python-version >= '3.12' }}
run: pip install setuptools

- name: Generate family files
run: |
if [ ${{matrix.family || 0}} == wpbeta ]; then
Expand Down

0 comments on commit 8dbef69

Please sign in to comment.