Skip to content

Commit d31fcbf

Browse files
committed
workflows: test-matplotlib: add python3-tk to OS dependencies list
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent be90e6b commit d31fcbf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-matplotlib.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
run: |
7575
git apply python-wheels/patches/matplotlib/${{ env.MPL_VERSION }}/00*.patch
7676
77+
# add python3-tk to system install to avoid "No module named 'tkinter'"
78+
# failures when testing matplotlib backends
7779
- name: Install OS dependencies
7880
run: |
7981
echo 'Acquire::Retries "3";' | sudo tee /etc/apt/apt.conf.d/80-retries
@@ -108,6 +110,7 @@ jobs:
108110
lmodern \
109111
ninja-build \
110112
pkg-config \
113+
python3-tk \
111114
qtbase5-dev \
112115
texlive-fonts-recommended \
113116
texlive-latex-base \

0 commit comments

Comments
 (0)