Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/752603 )
Change subject: [tests] Movw long running jobs on top ......................................................................
[tests] Movw long running jobs on top
Change-Id: Iabfefa0c4bdbc275cbb7679587484275f42c220e --- M .github/workflows/pywikibot-ci.yml 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml index 731f2b8..4eaef12 100644 --- a/.github/workflows/pywikibot-ci.yml +++ b/.github/workflows/pywikibot-ci.yml @@ -23,7 +23,7 @@ max-parallel: 7
matrix: - python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"] + python-version: ["pypy3", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"] site: ["wikipedia:en", "wikisource:zh"] test_prod_only: [true] include:
pywikibot-commits@lists.wikimedia.org