ci: change windows ci configuration for stability

This commit is contained in:
Kazuhiro Sera
2026-08-19 06:57:46 +09:00
parent ebb746dc00
commit 32e452671c
+2 -1
View File
@@ -275,7 +275,8 @@ jobs:
with:
version: "0.11.14"
enable-cache: true
prune-cache: true
# Disable cache pruning on Windows to avoid intermittent post-job cleanup failures.
prune-cache: false
python-version: "3.14"
- name: Download prospective release contract
if: steps.changes.outputs.run == 'true'