|
64 | 64 | python-version: '3.12'
|
65 | 65 | # https://github.com/matplotlib/matplotlib/issues/29844
|
66 | 66 | pygobject-ver: '<3.52.0'
|
67 | | - - os: ubuntu-22.04 |
| 67 | + - name-suffix: "(Extra TeX packages)" |
| 68 | + os: ubuntu-22.04 |
68 | 69 | python-version: '3.13'
|
| 70 | + extra-packages: 'texlive-fonts-extra texlive-lang-cyrillic' |
69 | 71 | # https://github.com/matplotlib/matplotlib/issues/29844
|
70 | 72 | pygobject-ver: '<3.52.0'
|
71 | 73 | - name-suffix: "Free-threaded"
|
@@ -142,7 +144,8 @@ jobs:
|
142 | 144 | texlive-latex-recommended \
|
143 | 145 | texlive-luatex \
|
144 | 146 | texlive-pictures \
|
145 | | - texlive-xetex |
| 147 | + texlive-xetex \ |
| 148 | + ${{ matrix.extra-packages }} |
146 | 149 | if [[ "${{ matrix.name-suffix }}" != '(Minimum Versions)' ]]; then
|
147 | 150 | sudo apt-get install -yy --no-install-recommends ffmpeg poppler-utils
|
148 | 151 | fi
|
|
0 commit comments