Merge PR #92: [moz] fix(ci): lint venv 残留导致 ensurepip 失败
This commit was merged in pull request #92.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user