fix(ci): route all pip installs through mirror

This commit is contained in:
2026-08-12 15:28:06 +08:00
parent 305f9cf906
commit dcb6dc4429
2 changed files with 8 additions and 0 deletions
Vendored
+2
View File
@@ -30,6 +30,8 @@ pipeline {
DOCKER_CONFIG = "${WORKSPACE}/.ci/docker"
NPM_CONFIG_CACHE = "${WORKSPACE}/.ci/npm-cache"
PIP_CACHE_DIR = "${WORKSPACE}/.ci/pip-cache"
PIP_INDEX_URL = 'https://pypi.tuna.tsinghua.edu.cn/simple'
PIP_DEFAULT_TIMEOUT = '60'
IMAGEFIND_WHEEL_CACHE = "${WORKSPACE}/.ci/wheelhouse-python312"
IMAGEFIND_DEPENDENCY_TMPDIR = "${WORKSPACE}/.ci/dependency-tmp"
IMAGEFIND_VERIFY_TMPDIR = "${WORKSPACE}/.ci/fnos-verify"