This commit is contained in:
konstin 2025-10-09 14:44:33 +02:00
parent c1186b2da0
commit 09ff561423
1 changed files with 1 additions and 1 deletions

View File

@ -1290,7 +1290,7 @@ jobs:
- name: "Install Python via Python Install manager" - name: "Install Python via Python Install manager"
run: | run: |
# https://www.python.org/downloads/release/pymanager-250/ # https://www.python.org/downloads/release/pymanager-250/
winget --accept-package-agreements --accept-source-agreements install 9NQ7512CXL7T winget install --accept-package-agreements --accept-source-agreements 9NQ7512CXL7T
py install 3.14 py install 3.14
# https://github.com/astral-sh/uv/issues/16204 # https://github.com/astral-sh/uv/issues/16204