Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1079612?usp=email )
Change subject: [tests} install tksinter on ubuntu for gui tests ...................................................................... [tests} install tksinter on ubuntu for gui tests Change-Id: If3bf03a054e5343a95a871484bb0e23e8b185714 --- M .github/workflows/pywikibot-ci.yml 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml index c85c233..ebc76d0 100644 --- a/.github/workflows/pywikibot-ci.yml +++ b/.github/workflows/pywikibot-ci.yml @@ -73,6 +73,9 @@ with: python-version: ${{ matrix.python-version }} + - name: Install Tkinter for Ubuntu + run: sudo apt-get install python3-tk + - name: Install dependencies run: | python -m pip install --upgrade pip -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1079612?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: If3bf03a054e5343a95a871484bb0e23e8b185714 Gerrit-Change-Number: 1079612 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: Xqt <i...@gno.de>
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org