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

Commit80a76d7

Browse files
authored
Update test-build.yml
1 parentd42c95e commit80a76d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.github/workflows/test-build.yml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ jobs:
1414
strategy:
1515
fail-fast:false
1616
matrix:
17-
version:[ '3.14', allow-prereleases: True ]
17+
version:[ '3.14' ]
1818
format:[ html, latex ]
1919
steps:
2020
-uses:actions/setup-python@master
2121
with:
22-
python-version:3.12# pinned for Sphinx 3.4.3 to build 3.10
22+
python-version:"${{ matrix.python_version }}"
23+
allow-prereleases:true
2324
-uses:actions/checkout@master
2425
with:
2526
repository:python/cpython

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp