Skip to content

Commit

Permalink
[tests} install tksinter on ubuntu for gui tests
Browse files Browse the repository at this point in the history
Change-Id: If3bf03a054e5343a95a871484bb0e23e8b185714
  • Loading branch information
xqt committed Oct 12, 2024
1 parent d8e8b2d commit 19f7070
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pywikibot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
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
Expand Down

0 comments on commit 19f7070

Please sign in to comment.