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

Appearance settings

Commit 079a1d9

Browse filesBrowse files
authored
MAINT temporary pin Python 3.12.3 in GitHub Actions workflow (#29222)
1 parent 7b9c99f commit 079a1d9
Copy full SHA for 079a1d9

File tree

1 file changed

+3
-1
lines changed
Filter options

1 file changed

+3
-1
lines changed

‎.github/workflows/cuda-gpu-ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/cuda-gpu-ci.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
steps:
1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.12'
19+
# XXX: The 3.12.4 release of Python on GitHub Actions is corrupted:
20+
# https://github.com/actions/setup-python/issues/886
21+
python-version: '3.12.3'
2022
- name: Checkout main repository
2123
uses: actions/checkout@v4
2224
- run: |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.