Skip to content

Commit d880d10

Browse files
committed
Reinstate -n auto
1 parent d3f8453 commit d880d10

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ jobs:
113113
texlive-luatex \
114114
texlive-pictures \
115115
texlive-xetex \
116+
texlive-fonts-extra \
117+
texlive-lang-cyrillic \
116118
imagemagick \
117119
${{ matrix.extra-packages }}
118120
if [[ "${{ matrix.name-suffix }}" != '(Minimum Versions)' ]]; then
@@ -204,7 +206,6 @@ jobs:
204206
sip \
205207
-r requirements/testing/all.txt \
206208
-r requirements/testing/extra.txt \
207-
texlive-fonts-extra texlive-lang-cyrillic \
208209
${{ matrix.extra-requirements }}
209210
210211
# Install optional dependencies from PyPI.
@@ -312,7 +313,7 @@ jobs:
312313
if [[ "${{ matrix.python-version }}" == '3.13t' ]]; then
313314
export PYTHON_GIL=0
314315
fi
315-
pytest -rfEsXR -n 1 -v \
316+
pytest -rfEsXR -n auto -v \
316317
--maxfail=50 --timeout=300 --durations=25 \
317318
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
318319

0 commit comments

Comments
 (0)