We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55827b commit b13681cCopy full SHA for b13681c
.cirrus.yml
@@ -149,7 +149,7 @@ windows_task:
149
install_script:
150
# Activate long file paths to avoid some errors
151
- ps: New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
152
- - choco install -y --no-progress python3 --version=3.12.5 --params "/NoLockdown"
+ - choco install -y --no-progress python3 --version=3.12.10 --params "/NoLockdown"
153
- choco install -y --no-progress curl
154
- pip install --upgrade certifi
155
- python -m pip install -U pip tox tox-uv pipx
0 commit comments