[moz] fix(ci): lint venv 残留导致 ensurepip 失败 #92

Merged
jiangwei-infra merged 1 commits from fix/91-ci-lint-ensurepip into main 2026-06-19 01:45:52 +00:00
+1
View File
@@ -26,6 +26,7 @@ jobs:
- name: Setup Python
run: |
rm -rf /tmp/ci-venv-lint
python3 -m venv /tmp/ci-venv-lint
/tmp/ci-venv-lint/bin/pip install --quiet --upgrade pip
/tmp/ci-venv-lint/bin/pip install --quiet flake8