File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ jobs:
113
113
texlive-luatex \
114
114
texlive-pictures \
115
115
texlive-xetex \
116
+ texlive-fonts-extra \
117
+ texlive-lang-cyrillic \
116
118
imagemagick \
117
119
${{ matrix.extra-packages }}
118
120
if [[ "${{ matrix.name-suffix }}" != '(Minimum Versions)' ]]; then
@@ -204,7 +206,6 @@ jobs:
204
206
sip \
205
207
-r requirements/testing/all.txt \
206
208
-r requirements/testing/extra.txt \
207
- texlive-fonts-extra texlive-lang-cyrillic \
208
209
${{ matrix.extra-requirements }}
209
210
210
211
# Install optional dependencies from PyPI.
@@ -312,7 +313,7 @@ jobs:
312
313
if [[ "${{ matrix.python-version }}" == '3.13t' ]]; then
313
314
export PYTHON_GIL=0
314
315
fi
315
- pytest -rfEsXR -n 1 -v \
316
+ pytest -rfEsXR -n auto -v \
316
317
--maxfail=50 --timeout=300 --durations=25 \
317
318
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
318
319
You can’t perform that action at this time.
0 commit comments