Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests} install tksinter on ubuntu for gui tests

Change-Id: If3bf03a054e5343a95a871484bb0e23e8b185714
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 3 insertions(+), 0 deletions(-)

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

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