Skip to content

Commit

Permalink
Update commons-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
athulvis authored Dec 10, 2023
1 parent 823ec5d commit 9303814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commons-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
max-parallel: 1

matrix:
python-version: ["pypy3.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10"]
site: ['commons:commons']
include:
- python-version: 3.10
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
echo "password_file = os.path.expanduser('passwordfile')" >> user-config.py
echo "('${{ env.PYWIKIBOT_USERNAME }}', '${{ secrets.PWD }}')" > passwordfile
- name: Test with unittest
- name: Update Commons
timeout-minutes: 10
run: |
python pwb.py wikiupdater

0 comments on commit 9303814

Please sign in to comment.