We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be90e6b commit d31fcbfCopy full SHA for d31fcbf
1 file changed
.github/workflows/test-matplotlib.yml
@@ -74,6 +74,8 @@ jobs:
74
run: |
75
git apply python-wheels/patches/matplotlib/${{ env.MPL_VERSION }}/00*.patch
76
77
+ # add python3-tk to system install to avoid "No module named 'tkinter'"
78
+ # failures when testing matplotlib backends
79
- name: Install OS dependencies
80
81
echo 'Acquire::Retries "3";' | sudo tee /etc/apt/apt.conf.d/80-retries
@@ -108,6 +110,7 @@ jobs:
108
110
lmodern \
109
111
ninja-build \
112
pkg-config \
113
+ python3-tk \
114
qtbase5-dev \
115
texlive-fonts-recommended \
116
texlive-latex-base \
0 commit comments