fix(ci): provision complete Python runtime
CI and Deploy / test (push) Failing after 1m9s
CI and Deploy / deploy (push) Has been skipped

This commit is contained in:
cesnimda
2026-08-31 21:55:21 +02:00
parent 8768bc842a
commit d3903961f8
+10
View File
@@ -55,6 +55,16 @@ jobs:
with: with:
node-version: '20' node-version: '20'
# The Debian runner's system Python omits ensurepip/python3-venv. Use the
# self-contained Actions runtime so the parser test can create an isolated
# environment without mutating the runner or requiring sudo.
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: pip
cache-dependency-path: tools/summarizer/requirements-linux.lock
- name: Test repository safety scripts - name: Test repository safety scripts
# Standard-library only and plan-only: this validates the synthetic benchmark harness # Standard-library only and plan-only: this validates the synthetic benchmark harness
# without contacting Ollama, pulling a model, or requiring package installation. # without contacting Ollama, pulling a model, or requiring package installation.