Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd880d10

Browse files
committed
Reinstate -n auto
1 parentd3f8453 commitd880d10

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 -n1 -v \
316+
pytest -rfEsXR -nauto -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)

[8]ページ先頭

©2009-2025 Movatter.jp